1PVFS2-showcoll(1) General Commands Manual PVFS2-showcoll(1)
2
3
4
6 pvfs2-showcoll – show server storage collection
7
9 pvfs2-mkspace [-s data_storage_space] [-m metadata storage space] [-c
10 collection_name] [-d dspace_handle] [-vkh]
11
13 The pvfs2-showcoll utility displays the configuration of a particular
14 storage collection. This utility operates directly on the storage
15 database and does not utilize the server.
16
17 The options are as follows:
18
19 -s Specify the path to the data storage space.
20
21 -m Specify the path to the metadata storage space.
22
23 -c Specify the name of the collection. Without this option, a list
24 of collections available will be displayed.
25
26 -d Specify the dspace handle to display.
27
28 -v Enable verbose output.
29
30 -k Display data in keyval spaces.
31
32 -h Display synopsis.
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
43 Please submit bug reports to pvfs2-developers@beowulf-underground.org
44
46 pvfs2tab(5)
47
48
49
50 2017-08-14 PVFS2-showcoll(1)