<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Christina</id>
		<title>OpenStack - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.openstack.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Christina"/>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/wiki/Special:Contributions/Christina"/>
		<updated>2026-07-08T17:57:05Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.28.2</generator>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Quobyte&amp;diff=76600</id>
		<title>Quobyte</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Quobyte&amp;diff=76600"/>
				<updated>2015-03-31T09:01:41Z</updated>
		
		<summary type="html">&lt;p&gt;Christina: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
Quobyte`s smart storage software offers a single storage system for block (Cinder), object (S3) and shared file system (Manila) out-of-the box with monitoring, automation and one-click-management ready to go in 1 hour on most Linux distributions. Quobyte`s shared storage solution means easy data sharing among VMs, proper file system backups such as private NAS without extra appliances or run multi-VM applications like LAMP-stacks with one shared storage.&lt;br /&gt;
&lt;br /&gt;
Furthermore, several additional core features enable convenient use of OpenStack such as: multi-tenancy, isolation, storage and VMs on one server and the use of commodity hardware.  Quobyte allows reconfiguration at runtime without storage service interruption. Storage behaviour is fully configurable via flexible policies which also control automation and hardware independent configuration.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Quobyte Drivers ==&lt;br /&gt;
&lt;br /&gt;
Starting with the Kilo release (2015-1) OpenStack provides the following Drivers out of the Box :&lt;br /&gt;
* [[Cinder/Quobyte]]&lt;br /&gt;
* [[Nova/Quobyte]]&lt;br /&gt;
* [[Manila/Quobyte]]&lt;br /&gt;
&lt;br /&gt;
== Quobyte Continuous Integration == &lt;br /&gt;
&lt;br /&gt;
Quobyte drivers are tested by our third party CI systems, current status can be checked at&lt;br /&gt;
&lt;br /&gt;
* [[ThirdPartySystems]]&lt;br /&gt;
** [[ThirdPartySystems/Quobyte CI]]&lt;/div&gt;</summary>
		<author><name>Christina</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Cinder/Quobyte&amp;diff=76163</id>
		<title>Cinder/Quobyte</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Cinder/Quobyte&amp;diff=76163"/>
				<updated>2015-03-24T15:27:45Z</updated>
		
		<summary type="html">&lt;p&gt;Christina: Cinder Driver for Quobyte, Cinder Configuration, CinderDriver, Cinder, Quobyte&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===  Cinder Driver Configuration with Quobyte ===&lt;br /&gt;
&lt;br /&gt;
The Quobyte Cinder driver allows using a Quobyte volume as storage for OpenStack Cinder. Use the following configuration example in ''/etc/cinder/cinder.conf'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[default]&lt;br /&gt;
ENABLED_BACKENDS = client:Quobyte&lt;br /&gt;
DEFAULT_VOLUME_TYPE = Quobyte&lt;br /&gt;
&lt;br /&gt;
[Quobyte]&lt;br /&gt;
volume_driver = cinder.volume.drivers.quobyte.QuobyteDriver&lt;br /&gt;
quobyte_volume_url = quobyte://&amp;lt;server&amp;gt;/&amp;lt;Quobyte volume name&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Christina</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Manila/Quobyte&amp;diff=76162</id>
		<title>Manila/Quobyte</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Manila/Quobyte&amp;diff=76162"/>
				<updated>2015-03-24T15:25:44Z</updated>
		
		<summary type="html">&lt;p&gt;Christina: Manila, Manila Driver with Quobyte, ManilaDriver, Quobyte&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===  Manila Driver Configuration with Quobyte ===&lt;br /&gt;
&lt;br /&gt;
The Quobyte Manila driver provides access to shared storage residing on a Quobyte volume.  Use the following configuration example in ''/etc/manila/manila.conf'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[default]&lt;br /&gt;
enabled_share_backends = quobyte&lt;br /&gt;
enabled_share_protocols = NFS,CIFS&lt;br /&gt;
&lt;br /&gt;
default_share_type = quobyte&lt;br /&gt;
&lt;br /&gt;
[quobyte]&lt;br /&gt;
share_driver = manila.share.drivers.quobyte.quobyte.QuobyteShareDriver&lt;br /&gt;
driver_handles_share_servers = False&lt;br /&gt;
share_backend_name = QUOBYTE&lt;br /&gt;
quobyte_api_url = https://&amp;lt;Quobyte API server&amp;gt;:51030&lt;br /&gt;
quobyte_api_ca = &amp;lt;path to API server verification certificate&amp;gt;&lt;br /&gt;
quobyte_api_username = &amp;lt;api_user&amp;gt;&lt;br /&gt;
quobyte_api_password = &amp;lt;api_user_pwd&amp;gt;&lt;br /&gt;
quobyte_delete_shares = False&lt;br /&gt;
quobyte_volume_configuration = BASE&lt;br /&gt;
quobyte_default_volume_user = &amp;lt;defaultuser&amp;gt;&lt;br /&gt;
quobyte_default_volue_group = &amp;lt;defaultgroup&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Christina</name></author>	</entry>

	<entry>
		<id>https://wiki.openstack.org/w/index.php?title=Nova/Quobyte&amp;diff=76161</id>
		<title>Nova/Quobyte</title>
		<link rel="alternate" type="text/html" href="https://wiki.openstack.org/w/index.php?title=Nova/Quobyte&amp;diff=76161"/>
				<updated>2015-03-24T15:23:42Z</updated>
		
		<summary type="html">&lt;p&gt;Christina: Created page with &amp;quot;=== Nova Driver Configuration  with Quobyte ===  The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.  Use the following configuration example in '...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=== Nova Driver Configuration  with Quobyte ===&lt;br /&gt;
&lt;br /&gt;
The Quobyte Nova driver provides access to vm images stored on a Quobyte volume.  Use the following configuration example in ''/etc/nova/nova.conf'':&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;ini&amp;quot;&amp;gt;&lt;br /&gt;
[default]&lt;br /&gt;
libvirt_volume_drivers=quobte=nova.virt.libvirt.quobyte.LibvirtQuobyteVolumeDriver&lt;br /&gt;
quobyte_volume_url = quobyte://&amp;lt;server&amp;gt;/&amp;lt;Quobyte volume name&amp;gt;&lt;br /&gt;
quobyte_client_cfg = /etc/quobyte/client.cfg&lt;br /&gt;
quobyte_sparsed_volumes = True&lt;br /&gt;
quboyte_qcow2_volumes = True&lt;br /&gt;
quobyte_mount_point_base = /mnt/openstack/quobytemnt&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Christina</name></author>	</entry>

	</feed>