tparker00 / Openstack-ZFS

zfs plugin for Cinder
13 stars 8 forks source link

Make it work on newer versions of OpenStack #3

Open arthurzenika opened 10 years ago

arthurzenika commented 10 years ago

I am currently looking into making it work with Icehouse (and hopefully LIO)

FransUrbo commented 8 years ago

On Mitaka I get:

2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume [req-a5eb2668-861f-4106-a6da-26f4ec7d41f5 - - - - -] Volume service bladeA01b@zol failed to start.
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume Traceback (most recent call last):
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/cinder/cmd/volume.py", line 81, in main
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     binary='cinder-volume')
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/cinder/service.py", line 263, in create
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     service_name=service_name)
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/cinder/service.py", line 134, in __init__
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     *args, **kwargs)
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 284, in __init__
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     active_backend_id=curr_active_backend_id)
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 44, in import_object
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     return import_class(import_str)(*args, **kwargs)
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/oslo_utils/importutils.py", line 30, in import_class
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     __import__(mod_str)
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume   File "/usr/lib/python2.7/dist-packages/cinder/volume/zol.py", line 32, in <module>
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume     from cinder import flags
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume ImportError: cannot import name flags
2016-06-23 12:55:39.129 13819 ERROR cinder.cmd.volume

@arthurlogilab How's it going with your work on this?

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.