rposudnevskiy / RBDSR

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

plugin.py appears to be missing on zip package #101

Open thobck opened 4 years ago

thobck commented 4 years ago

Hello,

Sorry if I missing something, but appears to me that plugin.py is missing from zip package.

I had following error messages when using netinstall.sh:

... Install RBDSR Files cp: cannot stat ‘volume/org.xen.xapi.storage.rbdsr/plugin.py’: No such file or directory chmod: cannot access ‘/usr/libexec/xapi-storage-script/volume/org.xen.xapi.storage.rbdsr/plugin.py’: No such file or directory cp: cannot stat ‘volume/org.xen.xapi.storage.rbdsr/sr.py’: No such file or directory chmod: cannot access ‘/usr/libexec/xapi-storage-script/volume/org.xen.xapi.storage.rbdsr/sr.py’: No such file or directory cp: cannot stat ‘volume/org.xen.xapi.storage.rbdsr/volume.py’: No such file or directory chmod: cannot access ‘/usr/libexec/xapi-storage-script/volume/org.xen.xapi.storage.rbdsr/volume.py’: No such file or directory cp: cannot stat ‘datapath/rbd+raw+qdisk/plugin.py’: No such file or directory ...

But when I look into RBDSR-temp.zip I can´t find those files on refered directory path:

[root@xcpng1 tmp]# unzip RBDSR-temp.zip Archive: RBDSR-temp.zip 014e2d4770ac3df17f879699f6b838cbc77510fd creating: RBDSR-3.0/ inflating: RBDSR-3.0/.gitattributes
inflating: RBDSR-3.0/.gitignore
inflating: RBDSR-3.0/LICENSE
inflating: RBDSR-3.0/RBDSR.spec
inflating: RBDSR-3.0/README.md
creating: RBDSR-3.0/datapath/ creating: RBDSR-3.0/datapath/rbd+qcow2+qdisk/ inflating: RBDSR-3.0/datapath/rbd+qcow2+qdisk/plugin.json
inflating: RBDSR-3.0/install.sh
inflating: RBDSR-3.0/netinstall.sh
creating: RBDSR-3.0/volume/ creating: RBDSR-3.0/volume/org.xen.xapi.storage.rbdsr/ inflating: RBDSR-3.0/volume/org.xen.xapi.storage.rbdsr/plugin.json
creating: RBDSR-3.0/xapi/ extracting: RBDSR-3.0/xapi/init.py
creating: RBDSR-3.0/xapi/storage/ extracting: RBDSR-3.0/xapi/storage/init.py
creating: RBDSR-3.0/xapi/storage/libs/ extracting: RBDSR-3.0/xapi/storage/libs/init.py
creating: RBDSR-3.0/xapi/storage/libs/xcpng/ extracting: RBDSR-3.0/xapi/storage/libs/xcpng/init.py
creating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/ extracting: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/init.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/datapath.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/locks.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/meta.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/rbd_utils.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/sr.py
extracting: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/tapdisk.py
inflating: RBDSR-3.0/xapi/storage/libs/xcpng/librbd/volume.py

I will appretiate if you can help me on that. Regards, Thanks, Thomas