diff --git a/command/volume_snapshot_list.go b/command/volume_snapshot_list.go index 435790694..65ea484ca 100644 --- a/command/volume_snapshot_list.go +++ b/command/volume_snapshot_list.go @@ -154,7 +154,7 @@ func csiFormatSnapshots(snapshots []*api.CSISnapshot, verbose bool) string { } for _, v := range snapshots { rows = append(rows, fmt.Sprintf("%s|%s|%s|%s|%v", - limit(v.ID, length), + v.ID, limit(v.ExternalSourceVolumeID, length), humanize.IBytes(uint64(v.SizeBytes)), formatUnixNanoTime(v.CreateTime),