From 05b5f7ab69be3d29a36076ac90d8e45fe3867aa5 Mon Sep 17 00:00:00 2001 From: junboli Date: Fri, 11 Aug 2017 16:25:43 +0800 Subject: [PATCH] [Api-ref] Add supported protocol "MAPRFS" in doc Now that the "MAPRFS" has been supported by manila driver, but this is missing in share.inc docs, this change is to add it. Change-Id: If2bd03786738469bb2e98683719a3bb164c181ae --- api-ref/source/shares.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api-ref/source/shares.inc b/api-ref/source/shares.inc index a348697f79..b98dc19513 100644 --- a/api-ref/source/shares.inc +++ b/api-ref/source/shares.inc @@ -23,6 +23,8 @@ To create a share, specify one of these supported protocols: - ``CEPHFS``. Ceph File System (CephFS). +- ``MAPRFS``. MapR File System (MAPRFS). + You can also create snapshots of shares. To create a snapshot, you specify the ID of the share that you want to snapshot.