Add size for DataMovement.

Signed-off-by: Xun Jiang <blackpigletbruce@gmail.com>
pull/7697/head
Xun Jiang 2024-04-15 15:47:57 +08:00
parent f04fbbcc41
commit f1f0c8e5a7
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ func describeDataMovement(d *Describer, details bool, info *volume.BackupVolumeI
}
d.Printf("\t\t\t\tData Mover: %s\n", dataMover)
d.Printf("\t\t\t\tUploader Type: %s\n", info.SnapshotDataMovementInfo.UploaderType)
d.Printf("\t\t\t\tMoved data Size (bytes): %d\n", info.SnapshotDataMovementInfo.Size)
} else {
d.Printf("\t\t\tData Movement: %s\n", "included, specify --details for more information")
}