diff --git a/internal/rbd/snapshot.go b/internal/rbd/snapshot.go index fd7badb41..d0234e8ca 100644 --- a/internal/rbd/snapshot.go +++ b/internal/rbd/snapshot.go @@ -106,6 +106,7 @@ func (rv *rbdVolume) toSnapshot() *rbdSnapshot { rbdImage: rbdImage{ ClusterID: rv.ClusterID, VolID: rv.VolID, + VolSize: rv.VolSize, Monitors: rv.Monitors, Pool: rv.Pool, JournalPool: rv.JournalPool,