summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.help/html/tasks/create_volume.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/org.gluster.storage.management.console.help/html/tasks/create_volume.html')
-rw-r--r--src/org.gluster.storage.management.console.help/html/tasks/create_volume.html47
1 files changed, 47 insertions, 0 deletions
diff --git a/src/org.gluster.storage.management.console.help/html/tasks/create_volume.html b/src/org.gluster.storage.management.console.help/html/tasks/create_volume.html
new file mode 100644
index 00000000..814835ec
--- /dev/null
+++ b/src/org.gluster.storage.management.console.help/html/tasks/create_volume.html
@@ -0,0 +1,47 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+
+<html>
+<head>
+<link rel="stylesheet" href="../css/builder-gluster/style.css"
+type="text/css" media="screen" />
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+<title>Creating Volumes</title>
+</head>
+
+<body>
+<h1>Creating a Volume</h1>
+You can create new volumes in your storage environment, as needed. When creating a new volume, you must specify the bricks that comprise the volume and specify whether the volume is to be distributed, replicated, or striped.
+<p>To create a volume, perform the following steps:
+<ol>
+ <li>Choose from the menu, toolbar, or right click and select the
+ Volume and select <b>Create Volume</b>.
+
+ <p>The <b>Create Volume</b> window is displayed.
+ <p><img src="../images/GMC_Create_Volume.jpg" alt="Create Volume" /></p>
+ <li>Type the name of the volume in the <b>Name</b> field.
+ <li>Select the type of the volume from the <b>Type</b> drop-down list.
+ You can choose the type as either <b>Distribute</b>, <b>Replicate</b>,
+ or <b>Stripe</b>.
+ <li>Bricks will be created on all the disks of the cluster when
+ you create a volume, by default. Click <b>Customize</b>, to select and add
+ specific bricks to your volume.
+ <li>Select the <b>Access Protocol</b> for the new volume by selecting <b>GlusterFS</b>, <b>NFS</b>, or <b>CIFS</b> checkbox.
+ <li>If you choose <b>CIFS</b>, specify the user name and password to use
+ from Windows clients to connect to the volume.
+ <p>You need to use user-based authentication for CIFS exports,
+ hence you must specify the user&rsquo;s who can access the volume as a
+ comma-separated list in the Users field.
+
+ <p>For more information about configuring CIFS, refer <a href="cifs_service.html">CIFS
+ Services</a>.<li>In the<b> Allow Access From</b> field, specify the volume access control as a comma-separated list of IP addresses or hostnames.
+ <p>You can use wildcards to specify ranges of addresses. Typing an asterisk (*) specifies all IP addresses or hostnames. You need to use IP-based authentication for Gluster Filesystem and NFS exports.</p>
+ <li>Select the <b>Start Volume</b> check box to automatically start the
+ volume once created.
+ <li>Click <b>Create Volume</b>. The console displays Create Volume window
+ to indicate that the volume was successfully created.
+ <p><img src="../images/GMC_Create_Volume_success.jpg"
+ alt="Volume Created Successfuly" /></p>
+ <li>Click <b>OK</b>.
+</ol>
+</body>
+</html> \ No newline at end of file