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