1PVFS2-REMOVE-OBJECT(1) General Commands Manual PVFS2-REMOVE-OBJECT(1)
2
3
4
6 pvfs2-remove-object – remove internal object from OrangeFS volume
7
9 pvfs2-remove-object [-hv] [-f fs_id] [-o handle] [-p handle -d
10 entry_name]
11
13 The pvfs2-remove-object removes an object from an OrangeFS volume by
14 handle number. This would be used to repair a corrupt file system.
15 Improper use of this utility could corrupt a file system.
16
17 The -p and -d options must be used together to remove a directory
18 entry.
19
20 The options are as follows:
21
22 -h Display synopsis.
23
24 -v Print version number and exit.
25
26 -f Use fs_id as file system ID.
27
28 -o Remove the handle handle.
29
30 -p Specify the parent handle handle.
31
32 -p Specify the dirent name entry_name.
33
35 PVFS2_DEBUGFILE
36 If set to the path of a local file, redirect debug output to it.
37
38 PVFS2_DEBUGMASK
39 Set the OrangeFS debug mask. Possible masks are documented in
40 pvfs2-set-debugmask(1).
41
42 PVFS2TAB_FILE
43 If set, the full pathname for an alternate pvfs2tab file
44
46 /etc/pvfs2tab
47
49 Copy the file /etc/motd to /mnt/bar. If /mnt is an OrangeFS volume,
50 this will copy the file into OrangeFS.
51
52 pvfs2-cp /etc/motd /mnt/bar
53
55 When dst_file is a directory the utility does not work. In this
56 respect it is different than the cp(1) utility.
57
59 Please submit bug reports to pvfs2-developers@beowulf-underground.org
60
62 pvfs2-stat(1), pvfs2tab(5)
63
64
65
66 2017-07-03 PVFS2-REMOVE-OBJECT(1)