~ubuntu-branches/debian/sid/glusterfs/sid

« back to all changes in this revision

Viewing changes to doc/gluster.8

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2014-04-22 10:00:41 UTC
  • mfrom: (1.3.25)
  • Revision ID: package-import@ubuntu.com-20140422100041-6mur2ttyvb8zzpfq
Tags: 3.5.0-1
* New upstream release.
  - Rewrite patch 01-spelling-error.
  - Adjust lintian overrides.
  - Install new files.
  - The offical tarball is not properly generated, hack it around.
  - Add symlink from fusermount-glusterfs manpage to mount.glusterfs.
  - Move gsync-sync-gfid from /usr/share to /usr/lib.
  - Add benchmarking directory.
* Remove old versioned build dependencies and build depend on libglib2.0-dev.
* Add lintian override for possible-gpl-code-linked-with-openssl. It is the
  same false positive like with the gluster-server package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
.\"  cases as published by the Free Software Foundation.
9
9
.\"
10
10
.\"
11
 
.TH Gluster 8 "Gluster command line utility" "22 November 2012" "Gluster Inc."
 
11
.TH Gluster 8 "Gluster command line utility" "07 March 2011" "Gluster Inc."
12
12
.SH NAME
13
13
gluster - Gluster Console Manager (command line utility)
14
14
.SH SYNOPSIS
36
36
\fB\ volume info [all|<VOLNAME>] \fR
37
37
Display information about all volumes, or the specified volume.
38
38
.TP
39
 
\fB\ volume create <NEW-VOLNAME> [device vg] [stripe <COUNT>] [replica <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... \fR
 
39
\fB\ volume create <NEW-VOLNAME> [stripe <COUNT>] [replica <COUNT>] [transport <tcp|rdma|tcp,rdma>] <NEW-BRICK> ... \fR
40
40
Create a new volume of the specified type using the specified bricks and transport type (the default transport type is tcp).
41
41
To create a volume with both transports (tcp and rdma), give 'transport tcp,rdma' as an option.
42
 
device vg parameter specifies volume should use block backend instead of regular posix backend. In this case NEW-BRICK should specify an existing Volume Group and there can be only one brick for Block backend volumes.  \fR
43
 
Refer Block backend section for more details
44
42
.TP
45
43
\fB\ volume delete <VOLNAME> \fR
46
44
Delete the specified volume.
59
57
.TP
60
58
\fB\ volume help \fR
61
59
Display help for the volume command.
62
 
.SS "Block backend"
63
 
.TP
64
 
By specifying "device vg" in volume create, a volume capable of exporting block devices(ie Volume Groups (VG)) is created. As of now exporting only VG is supported. While creating block backend volume the "VG" (mentioned in NEW-BRICK) must exist (ie created with vgcreate). VG is exported as a directory and all LVs under that VG will be exported as files. Please refer BD commands section for Block backend related commands
65
60
.SS "Brick Commands"
66
61
.PP
67
62
.TP
110
105
.TP
111
106
\fB\ peer help \fR
112
107
Display help for the peer command.
113
 
.SS "BD commands"
114
 
.TP
115
 
\fB\ bd create <VOLNAME:/path-to-image> <size> \fR
116
 
Creates a new image of given size in the volume. Size can be suffixed with MB, GB etc, if nothing specified MB is taken as default.
117
 
.TP
118
 
\fB\ bd delete <VOLNAME:/path-to-image> \fR
119
 
Deletes a image in the volume
120
 
.TP
121
 
\fB\ bd clone <VOLNAME:/path-to-image> <new-image> \fR
122
 
Clones an existing image (full clone)
123
 
.TP
124
 
\fB\ bd snapshot <VOLNAME:/path-to-image> <new-image> <size> \fR
125
 
Creates a linked clone of an existing image with given size. Size can be suffixed with MB, GB etc, if nothing specified MB is taken as default.
126
 
 
127
108
.SS "Other Commands"
128
109
.TP
129
110
\fB\ help \fR