summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-11-25 20:13:35 +0530
commit1142b0e41de39010de7845cf70d71dbb001fc1dc (patch)
tree3513487f65c1a7df47996bd2852393aceaac1b8a /src/com.gluster.storage.management.console.help/html/tasks/create_volume.html
parent92c52d8edf285945d31e446503fc742fde9dcc49 (diff)
Renamed projects / packages com.gluster.* to org.gluster.*
Diffstat (limited to 'src/com.gluster.storage.management.console.help/html/tasks/create_volume.html')
-rw-r--r--src/com.gluster.storage.management.console.help/html/tasks/create_volume.html47
1 files changed, 0 insertions, 47 deletions
diff --git a/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html b/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html
deleted file mode 100644
index 814835ec..00000000
--- a/src/com.gluster.storage.management.console.help/html/tasks/create_volume.html
+++ /dev/null
@@ -1,47 +0,0 @@
-<!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