File: control

package info (click to toggle)
moosefs 3.0.115-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 7,144 kB
  • sloc: ansic: 93,400; sh: 5,021; makefile: 629; javascript: 543
file content (338 lines) | stat: -rw-r--r-- 13,369 bytes parent folder | download
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
Source: moosefs
Section: admin
Priority: optional
Standards-Version: 4.5.0
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 13) ,dh-python ,python3
#, bash-completion
    ,libfuse3-dev
    ,libpcap0.8-dev
#    ,libsystemd-dev [!kfreebsd-any]
    ,pkg-config
    ,zlib1g-dev
Homepage: http://moosefs.org/
Vcs-Browser: https://salsa.debian.org/debian/moosefs
Vcs-Git: https://salsa.debian.org/debian/moosefs.git
Rules-Requires-Root: no

Package: moosefs-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
    ,adduser
Description: MooseFS - common files
 This is an empty package to facilitate creation of "mfs" user for MooseFS
 daemons and to own "/etc/mfs" and "/var/lib/mfs" directories.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-master
Architecture: any
Conflicts: lizardfs-master (<< 3.12.0+dfsg-4)
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
    ,moosefs-common (>= ${source:Version})
Description: MooseFS - master server
 MooseFS master (metadata) server.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-metalogger
Architecture: any
Conflicts: lizardfs-metalogger (<< 3.12.0+dfsg-4)
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
    ,moosefs-common (>= ${source:Version})
Description: MooseFS - metalogger server
 MooseFS metadata replication (backup) server.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-chunkserver
Architecture: any
Conflicts: lizardfs-chunkserver (<< 3.12.0+dfsg-4)
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
    ,moosefs-common (>= ${source:Version})
Description: MooseFS - data server
 The MooseFS data server.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-client
Architecture: any
Conflicts: lizardfs-client (<< 3.12.0+dfsg-4)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
Recommends: fuse3
Description: MooseFS - client tools and mount utility
 Moosefs FUSE mount utility "mfsmount" and client tools.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-cli
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: MooseFS CLI utility
 MooseFS monitoring utility which can be used for showing list of connected
 chunkservers, clients, health of the system, some stats etc.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-cgi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
    ,python3
Description: MooseFS - CGI monitor
 CGI application to monitor MooseFS through master/metadata server.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-cgiserv
Architecture: all
Depends: ${misc:Depends}, lsb-base
    ,moosefs-common (>= ${source:Version})
    ,moosefs-cgi
    ,${python3:Depends}
Description: simple CGI-capable HTTP server to run MooseFS CGI monitor
 Simple standalone CGI-capable HTTP server to run MooseFS CGI Monitor.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: moosefs-netdump
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MooseFS network packet dump utility
 MooseFS monitoring tool "mfsnetdump" utility which can interpret MooseFS
 network traffic and show it in colorful form.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: libmfsio-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: libmfsio1 (= ${binary:Version})
    ,${misc:Depends}
Description: MooseFS IO library - development files
 This package contains the development files used for building applications
 that use the MooseFS IO Library.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.

Package: libmfsio1
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: MooseFS IO library
 MooseFS client IO library.
 .
 MooseFS (MFS) is a fault tolerant, scaling-out, network distributed file
 system. It spreads data over several physical servers which are visible to
 the user as one resource. For standard file operations MooseFS mounted
 with FUSE acts as other Unix-alike file systems:
 .
  * A hierarchical structure (directory tree).
  * POSIX file attributes (permissions, last access and modification times).
  * Special files (block and character devices, pipes and sockets).
  * Symbolic links and hard links.
  * Access control based on IP address and/or password.
 .
 Distinctive features of MooseFS are:
 .
  * High availability.
  * Fault tolerance.
  * Strong integrity check.
  * Capacity is dynamically expandable by simply adding new computers/disks.
  * Deleted files are retained for a configurable period of time
    (a file system level "trash bin").
  * Coherent snapshots of files, even during I/O.