File: gfspoolpath.1.html

package info (click to toggle)
gfarm 2.7.20%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,880 kB
  • sloc: ansic: 188,235; sh: 43,469; cpp: 9,442; java: 6,866; makefile: 3,519; perl: 2,412; python: 1,449; ruby: 965; php: 807; sql: 173; xml: 51; csh: 2
file content (54 lines) | stat: -rw-r--r-- 2,454 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gfspoolpath</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="refentry" title="gfspoolpath">
<a name="gfspoolpath.1"></a><div class="titlepage"></div>
<div class="refnamediv">
<a name="name"></a><h2>Name</h2>
<p>gfspoolpath — display a pathname on a filesystem node about a Gfarm file</p>
</div>
<div class="refsynopsisdiv" title="Synopsis">
<a name="synopsis"></a><h2>Synopsis</h2>
<div class="cmdsynopsis"><p><code class="command">gfspoolpath</code>  [-s <em class="replaceable"><code>spool_directory</code></em>] [<em class="replaceable"><code>path</code></em>...]</p></div>
<div class="cmdsynopsis"><p><code class="command">gfspoolpath</code>  [-I] [<em class="replaceable"><code>inode_number:generation_number</code></em>...]</p></div>
</div>
<div class="refsect1" title="DESCRIPTION">
<a name="description"></a><h2>DESCRIPTION</h2>
<p>
This command displays a pathname of a concrete file on a filesystem node,
which is corresponding to a Gfarm file specified in the command argument.
The pathname is relative to the top directory of a spool directory of gfsd.
</p>
</div>
<div class="refsect1" title="OPTIONS">
<a name="options"></a><h2>OPTIONS</h2>
<div class="variablelist"><dl>
<dt><span class="term"><code class="option">-I</code></span></dt>
<dd><p>
If this option is specified, inode_numbers and generation_numbers
which are separated by colon (:) are expected as arguments.
</p></dd>
<dt><span class="term"><code class="option">-s</code> <em class="parameter"><code>spool_directory</code></em></span></dt>
<dd><p>
If this command is invoked with a privilege which can access gfsd
spool directory, and if <code class="option">-I</code> is not specified,
the gfspoolpath command will check whether the file size of metadata and
the size of the concrete file are same or not, and displays warning
when they are different.
This option specifies the pathname of the gfsd spool directory for the check.
If this option is not specified, /var/gfarm-spool is assumed.
If there isn't enough privilege, this check is simply skipped.
</p></dd>
</dl></div>
</div>
<div class="refsect1" title="BUGS">
<a name="bugs"></a><h2>BUGS</h2>
<p>
No error is reported, if the command argument refers a directory.
</p>
</div>
</div></body>
</html>