rposudnevskiy / RBDSR

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

Thin provisioning #32

Open maxcuttins opened 7 years ago

maxcuttins commented 7 years ago

The plugin see the repository as a thick storage:

PROVISIONING_TYPES = ["thin", "thick"] PROVISIONING_DEFAULT = "thick"

Is this right? Does this lock the button: "reclaim free space" in xencenter? Should this be modify in order to maximize the thin provisioning on the xen pools?

Or not?