This file is indexed.

/etc/pegasus/sample-shared-fs-xml4.xml is in pegasus-wms 4.4.0+dfsg-7.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated: 2010-11-17T19:51:24-08:00 -->
<!-- generated by: vahi [??] -->
<sitecatalog xmlns="http://pegasus.isi.edu/schema/sitecatalog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pegasus.isi.edu/schema/sitecatalog C:\DOCUME~1\vahi\Desktop\site-catalog\sc-4.0.xsd" version="4.0">
	<site handle="isi" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
		<grid type="gt2" contact="smarty.isi.edu/jobmanager-pbs" scheduler="PBS" jobtype="auxillary"/>
		<grid type="gt2" contact="smarty.isi.edu/jobmanager-pbs" scheduler="PBS" jobtype="compute"/>
		
		<!-- this layout means the xml schema cannot
		     enforce duplicate  directory are
		     prohibited. for e.g multiple shared scratch directories -->
		<directory path="/nfs/scratch01" type="shared-scratch">
			<!-- operation attribute indicates what operations are supported. get|put|all -->
			<file-server operation="get" url="http://skynet-data.isi.edu/nfs/scratch01">
				<profile namespace="pegasus" key="transfer.arguments">-s -e</profile>
			</file-server>
			<file-server operation="put" url="gsiftp://skynet-data.isi.edu/scratch01"/>
		</directory>
		
		<directory path="/internal/shared-storage" type="shared-storage">
			<file-server operation="all" url="gsiftp://skynet-data.isi.edu/exports/shared-storage"/>
		</directory>
		
		<replica-catalog type="LRC" url="rlsn://smarty.isi.edu">
		</replica-catalog>
	</site>

	<site handle="local" arch="x86" os="LINUX" osrelease="" osversion="" glibc="">
		<!-- specify a local scratch directory optional -->
		<directory path="/data/local-scratch/user" type="shared-scratch">
					<file-server operation="all" url="file:///data/local-scratch/user"/>
		</directory>
		
		<!-- specify a local-storage directory if staging outputs to local site -->
		<directory path="/data/local-storage/user" type="local-storage">
					<file-server operation="all" url="file:///data/local-storage/user"/>
		</directory>
	</site>


</sitecatalog>