mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rbd: add image size in toSnapshot
we need to return the rbd image size as a snapshot size in CreateSnapshot Response. fixes: #4788 Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
9181d20d33
commit
38fd27a209
@ -106,6 +106,7 @@ func (rv *rbdVolume) toSnapshot() *rbdSnapshot {
|
|||||||
rbdImage: rbdImage{
|
rbdImage: rbdImage{
|
||||||
ClusterID: rv.ClusterID,
|
ClusterID: rv.ClusterID,
|
||||||
VolID: rv.VolID,
|
VolID: rv.VolID,
|
||||||
|
VolSize: rv.VolSize,
|
||||||
Monitors: rv.Monitors,
|
Monitors: rv.Monitors,
|
||||||
Pool: rv.Pool,
|
Pool: rv.Pool,
|
||||||
JournalPool: rv.JournalPool,
|
JournalPool: rv.JournalPool,
|
||||||
|
Loading…
Reference in New Issue
Block a user