This patch mass-renames cfs_foo into hfs_foo. It also adds a reference
to hfs_enable_tennant, which is necessary for those using CLI only
(e.g. stuck in Linux console without Lynx).
---
Commit 165277494bd67b2813a0f70bfe5823aca103f3ed makes the cfs_list_vols
fix obsolete, but the other half is still needed, IMHO.
diff --git a/doc/mgmt_manual.md b/doc/mgmt_manual.md
index 5204e48..8aeb954 100644
--- a/doc/mgmt_manual.md
+++ b/doc/mgmt_manual.md
@@ -36,7 +36,7 @@ GlusterFS daemons (but not hekafsd) on that node and invoke GlusterFS to have
it join the cluster.
The CLI equivalents for these functions are "gluster peer status" to see
-servers, and "cfs_add_node" to add one.
+servers, and "hfs_add_node" to add one.
== Managing Volumes ==
@@ -93,15 +93,15 @@ that.
The CLI equivalents for these functions are:
- * "cfs_list_volumes" to list volumes and associated bricks
+ * "hfs_list_volumes" to list volumes and associated bricks
- * "cfs_add_directory" to add bricks/directories
+ * "hfs_add_directory" to add bricks/directories
- * "cfs_add_volume" to create a new volume
+ * "hfs_add_volume" to create a new volume
- * "cfs_delete_volume" to remove a volume
+ * "hfs_delete_volume" to remove a volume
- * "cfs_start_volume" and "cfs_stop_volume" to start/stop a volume
+ * "hfs_start_volume" and "nfs_stop_volume" to start/stop a volume
== Managing Tenants ==
@@ -120,12 +120,12 @@ for adding a tenant lets you specify a name and credential
The CLI equivalents for these functions are:
- * "cfs_list_tenants" to list tenants (including which volumes are
+ * "hfs_list_tenants" to list tenants (including which volumes are
enabled for each
- * "cfs_add_tenant" to add a tenant
+ * "hfs_add_tenant" to add a tenant
- * "cfs_delete_tenant" to delete a tenant
+ * "hfs_delete_tenant" to delete a tenant
== Managing Tenant Access To Volumes ==
@@ -141,3 +141,6 @@ In either case, the management is in the form of checkboxes which may be used
to indicate which volume/tenant connections are valid, plus an "Update" button
to have any changes take effect.
+The CLI equivalents for these functions are:
+
+ * "hfs_enable_tenant" to enable a tenant to use a volume