tparker00 / Openstack-ZFS

zfs plugin for Cinder
13 stars 8 forks source link

This project should identify which openstack version it works with #2

Open arthurzenika opened 10 years ago

arthurzenika commented 10 years ago

On an icehouse install I get :

2014-09-22 16:59:11.924 3851 TRACE cinder   File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 208, in __init__
2014-09-22 16:59:11.924 3851 TRACE cinder     host=self.host)
2014-09-22 16:59:11.924 3851 TRACE cinder   File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/importutils.py", line 38, in import_object
2014-09-22 16:59:11.924 3851 TRACE cinder     return import_class(import_str)(*args, **kwargs)
2014-09-22 16:59:11.924 3851 TRACE cinder   File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/importutils.py", line 28, in import_class
2014-09-22 16:59:11.924 3851 TRACE cinder     __import__(mod_str)
2014-09-22 16:59:11.924 3851 TRACE cinder   File "/usr/lib/python2.7/dist-packages/cinder/volume/zol.py", line 32, in <module>
2014-09-22 16:59:11.924 3851 TRACE cinder     from cinder import flags
2014-09-22 16:59:11.924 3851 TRACE cinder ImportError: cannot import name flags

flags.py existed in grizzly : https://github.com/openstack/cinder/blob/grizzly-eol/cinder/flags.py

so I guess this driver works for that version.

FransUrbo commented 8 years ago

I've forked this project and ported it to Mitaka. Please see https://github.com/FransUrbo/Openstack-ZFS.

@tparker00 If you ever decide to start maintaining this again, let me know and I'll create some PRs for you.

prometheanfire commented 8 years ago

@FransUrbo if you are interested in getting this to work without iscsi (natively using zfs) then I'd be interested in helping out. Your issues on that repo are disable, so commenting here.

FransUrbo commented 8 years ago

Enabled issues in my repo.. And iSCSI is technically the whole point for me..