--Attach those Block Storage volumes to a Compute instance via
QEMU Gluster Blockdriver libgfapi.
--Create snapshots of a Block Storage volume that is attached to
a Compute instance via libgfapi when using the GlusterFS plugin.
BZ #9 79 204
OpenStack Networking (Neutron) is not compatible with 'simple IP
management' in the Dashboard (Horizon): OpenStack Networking does
not have a concept of a 'default' floating IP pool, additionally
an OpenStack Networking floating IP can be associated with each
instance's VIF, which would also require first checking whether an
instance only has one VIF in order to enable simple association
support.
As a result, despite enabling 'simple_ip_management' in the
Dashboard settings, the user still gets asked to select a floating
IP pool when associating an IP.
There is currently no workaround for OpenStack Networking. Simple
IP management is only compatible with nova-network at this time.
BZ #10156 25
The SELinux policy boolean 'virt_use_fusefs' is set to OFF by
default in Red Hat Enterprise Linux. As a result, GlusterFS
volumes cannot be attached via PackStack during or after
installation by OpenStack.
Workaround: Set 'virt_use_fusefs=1' using setsebool, as follows:
setsebool -P virt_use_fusefs=1
After this setting, SELinux will allow GlusterFS attachment, and
thus GlusterFS volumes can be utilized by OpenStack.
BZ #1016 806
Previously, the Block Storage service did not check first if it
had the required permissions to write to a GlusterFS share before
deleting a snapshot. As a result, if the Block Storage service did
not have write permissions to a GlusterFS share, any attempts to
delete a snapshot on the share would fail. No indication would be
given to the user of why the attempt failed, and the
volume/snapshot data could be left in an inconsistent state.
With this fix, the Block Storage service now checks if it has
write permissions to a GlusterFS share before deleting a snapshot.
Any attempt to delete a snapshot would fail with the correct
notification (before any data is modified) if the Block Storage
service does not have write permissions to the share.
BZ #1017280
Currently, puppet does not support deployment of the ML2 Neutron
Kommentare zu diesen Handbüchern