--- Begin Message ---
Hi,
Is there a guide on how to test code against specific api version?
Im talking about API for storage plugin in pvesm.
I need this info to test my custom plugin for new data-storage that I
want to be compatible with proxmox.
Thanks for your time,
Andrei
--- End M
Hi Proxmox Dev's!
I am developing plugin for the data storage system and want to
avoid/minimize copying data on the proxmox side.
And it looks like Im missing something in understanding or copy/clone
features. So can you please help me?
I was looking on cloning of virtual machines and volu
On 12/17/20 5:35 PM, Thomas Lamprecht wrote:
Hi,
On 17/12/2020 16:06, Andrei Perapiolkin wrote:
I would like to add new data storage. This storage would resemble ZFS over
iSCSI but will use different API to access storage.
What do you mean here, what API will it use? If you want to include th
Hi,
I would like to add new data storage. This storage would resemble ZFS
over iSCSI but will use different API to access storage.
Should I create/provide anything besides
pve-storage/PVE/Storage/.pm ?
Is there any documentation I should familiarize myself with beside
coding style?
Be