flexnbd status: Actually output pass statistics

This commit is contained in:
nick
2013-07-08 14:27:04 +01:00
parent f4bfc70a4b
commit afe76debf7
2 changed files with 36 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ int status_write( struct status * status, int fd )
if ( status->is_mirroring ) {
PRINT_INT( migration_pass );
PRINT_UINT64( pass_dirty_bytes );
PRINT_UINT64( pass_clean_bytes );
}
dprintf(fd, "\n");