Updates:
        Status: Accepted
        Labels: Type-Defect Component-storage

Comment #2 on issue 1198 by [email protected]: gnt-backup does not attach ext-based snapshot
https://code.google.com/p/ganeti/issues/detail?id=1198

It seems that the params of the snapshot disk are not inherited from the source disk. Instead it gets the defaults (i.e., for ext access: kernelspace). The corresponding code is here:

https://github.com/ganeti/ganeti/blob/master/lib/masterd/instance.py#L1222
https://github.com/ganeti/ganeti/blob/master/src/Ganeti/Constants.hs#L4273

I don't think there is a "proper" workaround.. The following line could do the
trick but is not tested:

         disk_params = constants.DISK_LD_DEFAULTS[dev_type].copy()
+        disk_params.update(disk.params)


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

Reply via email to