Re: [pve-devel] [PATCH v2 storage 07/10] iscsi direct plugin: support volume export

2024-12-18 Thread Filip Schauer
To test exporting a volume from the `iscsidirect` storage backend, I installed `libiscsi-bin` and configured the storage in `/etc/pve/storage.cfg` by using the same options as I used for the `iscsi` storage. ``` $ pvesm export tgtdirectstorage:lun1 raw+size output ``` Then I imported the volume

[pve-devel] [PATCH v2 storage 07/10] iscsi direct plugin: support volume export

2024-12-17 Thread Fiona Ebner
Signed-off-by: Fiona Ebner --- New in v2. src/PVE/Storage/ISCSIDirectPlugin.pm | 63 1 file changed, 63 insertions(+) diff --git a/src/PVE/Storage/ISCSIDirectPlugin.pm b/src/PVE/Storage/ISCSIDirectPlugin.pm index 6f02eee..e5f6808 100644 --- a/src/PVE/Storage/ISCSI