I'm using exclusively iSCSI storage on PVE latest.
I realized that each VM template cloning operation copies the entirety of the template Hard Disk from the iSCSI provider through the network and back to the same iSCSI provider.
There might be no standard way to trigger a volume clone using the standard iSCSI protocol, and that seems like a huge waste to me, especially as probably every SAN provider has the ability to clone at no cost with COW filesystem.
Is there a something like a framework to implement such operation on PVE ? which I suppose needs to be on a per-provider basis ...
I realized that each VM template cloning operation copies the entirety of the template Hard Disk from the iSCSI provider through the network and back to the same iSCSI provider.
There might be no standard way to trigger a volume clone using the standard iSCSI protocol, and that seems like a huge waste to me, especially as probably every SAN provider has the ability to clone at no cost with COW filesystem.
Is there a something like a framework to implement such operation on PVE ? which I suppose needs to be on a per-provider basis ...