[pve-devel] testing pvesm storage plugin api

2022-07-14 Thread Andrei Perapiolkin via pve-devel
--- 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

[pve-devel] [pve-dev][storage] clone vs import/export

2021-09-15 Thread Andrei Perapiolkin
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

Re: [pve-devel] Adding new data storage

2020-12-17 Thread Andrei Perapiolkin
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

[pve-devel] Adding new data storage

2020-12-17 Thread Andrei Perapiolkin
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