rposudnevskiy / RBDSR

RBDSR - XenServer/XCP-ng Storage Manager plugin for CEPH
GNU Lesser General Public License v2.1
58 stars 23 forks source link

the error when delete snapshot #33

Closed suzj801 closed 7 years ago

suzj801 commented 7 years ago

cephutil.py line 285: vdi_ref = self.session.xenapi.VDI.get_by_uuid(vdi_uuid) the right is: vdi_ref = self.session.xenapi.VDI.get_by_uuid(clone_uuid)

rposudnevskiy commented 7 years ago

Yes, you are right. Could you please make pull request for it. Thank you.