We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa18fd commit d6acc56Copy full SHA for d6acc56
doc/source/contributor/environments/ci-multinode.rst
@@ -111,8 +111,7 @@ Then create a share type and share:
111
.. code-block:: bash
112
113
openstack share type create cephfs-type false --public true
114
- openstack share type set cephfs-type --extra-specs vendor_name=Ceph
115
- openstack share type set cephfs-type --extra-specs storage_protocol=CEPHFS
+ openstack share type set cephfs-type --extra-specs vendor_name=Ceph, storage_protocol=CEPHFS
116
openstack share create --name test-share --share-type cephfs-type --public true CephFS 2
117
118
Wait until the share is available:
0 commit comments