Whamcloud - gitweb
LU-14462 gss: fix support for namespace in lgss_keyring
[fs/lustre-release.git] / lustre / doc / lctl-snapshot-mount.8
1 .TH LCTL-SNAPSHOT_MOUNT 8 "2017-05-13" Lustre "configuration utilities"
2 .SH NAME
3 lctl-snapshot_mount \- mount Lustre snapshot
4 .SH SYNOPSIS
5 .TP
6 .B lctl snapshot_mount \fR{-F | --fsname fsname} [-h | --help]
7              {-n | --name ssname} [-r | --rsh remote_shell]
8 .br
9 .SH DESCRIPTION
10 Mount the specified snapshot on the servers. Since it is a read-only mode
11 Lustre filesystem, if the snapshot is mounted, then it cannot be renamed.
12 It is the user's duty to mount client (must as read only mode with "-o ro")
13 to the snapshot when needed.
14 .B NOTE:
15 the snapshot has its own fsname that is different from the original
16 filesystem fsname, it can be queried via
17 .BR snapshot_list .
18 .SH OPTIONS
19 .TP
20 .BR  -F ", " --fsname " "\fIfsname
21 The filesystem name.
22 .TP
23 .BR  -h ", " --help
24 For help information.
25 .TP
26 .BR  -n ", " --name " "\fIssname
27 The snapshot (to be mounted) name must be specified.
28 .TP
29 .BR  -r ", " --rsh " "\fIremote_shell
30 Specify a shell to communicate with remote targets. The default value is
31 .BR ssh .
32 It is the system admin's duty to guarantee that the specified
33 .I remote_shell
34 works well among targets without password authentication.
35
36 .SH AVAILABILITY
37 .B lctl-snapshot-mount
38 is part of the
39 .BR lustre (7)
40 filesystem package.
41 .SH SEE ALSO
42 .BR lctl (8),
43 .BR lctl-lcfg (8),
44 .BR lctl-barrier (8),
45 .BR lctl-snapshot-create (8),
46 .BR lctl-snapshot-destroy (8),
47 .BR lctl-snapshot-modify (8),
48 .BR lctl-snapshot-list (8),
49 .BR lctl-snapshot-umount (8)