pvfs2-setmattr - Man Page

pvfs2-setmattr – set file mirroring properties volumes

Synopsis

pvfs2-setmattr [-c copies] [-m mode] [-h] -f file
setmattr [-c copies] [-m mode] [-h] -f file

Description

The pvfs2-setmattr utility changes information about file mirroring for a given file.

The options are as follows:

-c

Set the number of mirror copies.

-m

Set the mirroring mode.  The mode 100 means no mirroring and 200 means create mirror when immutable is set.

-h

Display synopsis.

Environment

PVFS2_DEBUGFILE

If set to the path of a local file, redirect debug output to it.

PVFS2_DEBUGMASK

Set the OrangeFS debug mask.  Possible masks are documented in pvfs2-set-debugmask(1).

PVFS2TAB_FILE

If set, the full pathname for an alternate pvfs2tab file

Files

/etc/passwd

/etc/pvfs2tab

Examples

Set mirroring for the file /mnt/foo.

pvfs2-setmattr -c 2 -m 200 -f /mnt/foo

Bugs

Please submit bug reports to pvfs2-developers@beowulf-underground.org

See Also

pvfs2-getmattr(1), pvfs2tab(5)

Referenced By

The man page setmattr(1) is an alias of pvfs2-setmattr(1).

2017-07-13