1LIZARDFS(1)                                                        LIZARDFS(1)
2
3
4

NAME

6       lizardfs - open prompt to perform LizardFS-specific operations
7

SYNOPSIS

9       lizardfs getgoal [-r] [-n|-h|-H] OBJECT...
10
11       lizardfs rgetgoal [-n|-h|-H] OBJECT...
12
13       lizardfs setgoal [-r] [-n|-h|-H] NAME OBJECT...
14
15       lizardfs rsetgoal [-n|-h|-H] [+|-]N OBJECT...
16
17       lizardfs setquota (-u UID | -g GID) SOFT-LIMIT-SIZE HARD-LIMIT-SIZE
18                     SOFT-LIMIT-INODES HARD-LIMIT-INODES MOUNTPOINT-ROOT-PATH
19
20       lizardfs repquota [-nhH] (-u UID | -g GID)+ MOUNTPOINT-ROOT-PATH
21       lizardfs repquota [-nhH] -a MOUNTPOINT-ROOT-PATH
22
23       lizardfs gettrashtime [-r] [-n|-h|-H] OBJECT...
24
25       lizardfs rgettrashtime [-n|-h|-H] OBJECT...
26
27       lizardfs settrashtime [-r] [-n|-h|-H] [+|-]SECONDS OBJECT...
28
29       lizardfs rsettrashtime [-n|-h|-H] [+|-]SECONDS OBJECT...
30
31       lizardfs geteattr [-r] [-n|-h|-H] OBJECT...
32
33       lizardfs seteattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...
34
35       lizardfs deleattr [-r] [-n|-h|-H] -f ATTRNAME [-f ATTRNAME ...] OBJECT...
36
37       lizardfs checkfile FILE...
38
39       lizardfs fileinfo FILE...
40
41       lizardfs dirinfo [-n|-h|-H] OBJECT...
42
43       lizardfs filerepair [-n|-h|-H] FILE...
44
45       lizardfs appendchunks SNAPSHOT_FILE OBJECT...
46
47       lizardfs makesnapshot [-o] SOURCE... DESTINATION
48
49       lizardfs rremove [-l] OBJECT...
50

DESCRIPTION

52       See respective documents.
53

GENERAL OPTIONS

55       Most of lizardfs operations use following options to select format of
56       printed numbers:
57
58       -n
59           Print exact numbers (e.g. 1024).
60
61       -h
62           Print numbers with binary prefixes (Ki, Mi, Gi as 2^10, 2^20 etc.).
63
64       -H
65           Print numbers with SI prefixes (k, M, G as 10^3, 10^6 etc.).
66
67       The same can be achieved by setting MFSHRFORMAT environment variable
68       to: 0 (exact numbers), 1 or h (binary prefixes), 2 or H (SI prefixes),
69       3 or h+ (exact numbers and binary prefixes), 4 or H+ (exact numbers and
70       SI prefixes). The default is to print just exact numbers.
71
72       Other options:
73
74       -r
75           This option enables recursive mode.
76

INHERITANCE

78       When new object is created in LizardFS, attributes such as goal,
79       trashtime and extra attributes are inherited from parent directory. So
80       if you set i.e. "noowner" attribute and goal to 3 in a directory then
81       every new object created in this directory will have goal set to 3 and
82       "noowner" flag set. A newly created object inherits always the current
83       set of its parent’s attributes. Changing a directory attribute does not
84       affect its already created children. To change an attribute for a
85       directory and all of its children use '-r' option.
86

REPORTING BUGS

88       Report bugs to <contact@lizardfs.org>.
89
91       Copyright 2008-2009 Gemius SA, 2013-2016 Skytechnology sp. z o.o.
92
93       LizardFS is free software: you can redistribute it and/or modify it
94       under the terms of the GNU General Public License as published by the
95       Free Software Foundation, version 3.
96
97       LizardFS is distributed in the hope that it will be useful, but WITHOUT
98       ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
99       FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
100       for more details.
101
102       You should have received a copy of the GNU General Public License along
103       with LizardFS. If not, see http://www.gnu.org/licenses/.
104

SEE ALSO

106       mfsmount(1), lizardfs-appendchunks(1), lizardfs-checkfile(1),
107       lizardfs-deleattr(1), lizardfs-dirinfo(1), lizardfs-fileinfo(1),
108       lizardfs-filerepair(1), lizardfs-geteattr(1), lizardfs-getgoal(1),
109       lizardfs-gettrashtime(1), lizardfs-makesnapshot(1),
110       lizardfs-rgetgoal(1), lizardfs-rgettrashtime(1), lizardfs-rsetgoal(1),
111       lizardfs-rsettrashtime(1), lizardfs-seteattr(1), lizardfs-setgoal(1),
112       lizardfs-settrashtime(1), lizardfs-rremove(1), lizardfs-repquota(1),
113       lizardfs-setquota(1), moosefs(7)
114
115
116
117                                  01/20/2022                       LIZARDFS(1)
Impressum