Skip to content

Commit d6acc56

Browse files
committed
Merge separated share type set
1 parent afa18fd commit d6acc56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/source/contributor/environments/ci-multinode.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ Then create a share type and share:
111111
.. code-block:: bash
112112
113113
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
114+
openstack share type set cephfs-type --extra-specs vendor_name=Ceph, storage_protocol=CEPHFS
116115
openstack share create --name test-share --share-type cephfs-type --public true CephFS 2
117116
118117
Wait until the share is available:

0 commit comments

Comments
 (0)