logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mfsarchive - MooseFS archive storage mode management tools

Description

       These  tools  operate on object's archive bit. This bit is usually set automatically according to storage
       class definition (ARCH_DELAY). When this bit is set then ARCH_LABELS from storage  class  definition  are
       used, otherwise KEEP_LABES are used.

       mfschkarchive prints current archive bit value of given object(s). If given OBJECT is a DIRECTORY then it
       prints current archive bit value of all contained files (recursively).

       mfsclrarchive  and  mfssetarchive clears/sets current archive bit of given object(s). As in mfschkarchive
       if OBJECT is a DIRECTORY then this tool works recursively.

General Options

       Most of mfstools use -n, -h, -H, -k, -m and -g options to select format of printed numbers. -n causes  to
       print  exact  numbers,  -h uses binary prefixes (Ki, Mi, Gi as 2^10, 2^20 etc.) while -H uses SI prefixes
       (k, M, G as 10^3, 10^6 etc.). -k, -m and -g show plain numbers  respectivaly  in  kibis  (binary  kilo  -
       1024),  mebis  (binary  mega  -  1024^2)  and  gibis (binary giga - 1024^3).  The same can be achieved by
       setting MFSHRFORMAT environment variable to: 0 (exact numbers), 1 or h (binary  prefixes),  2  or  H  (SI
       prefixes),  3  or  h+  (exact  numbers and binary prefixes), 4 or H+ (exact numbers and SI prefixes). The
       default is to print just exact numbers.

Name

       mfsarchive - MooseFS archive storage mode management tools

Reporting Bugs

       Report bugs to <bugs@moosefs.com>.

See Also

mfsmount(8), mfstools(1), mfssclass(1)

MooseFS 3.0.117-1                                 February 2023                                    mfsarchive(1)

Synopsis

mfschkarchive [-n|-h|-H|-k|-m|-g] OBJECT...

       mfsclrarchive [-n|-h|-H|-k|-m|-g] OBJECT...

       mfssetarchive [-n|-h|-H|-k|-m|-g] OBJECT...

See Also