summaryrefslogtreecommitdiffstats
path: root/src/org.gluster.storage.management.console.help/html/tasks/create_volume.html
blob: 814835ec099614acdbe7f0612d2869403c8f4a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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>