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
|
Source: saunafs
Maintainer: Debian HPC Team <debian-hpc@lists.debian.org>
Uploaders: Urmas Rist <urmas@urist.ee>
Section: admin
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
bash-completion,
python3,
cmake,
asciidoc,
libxml2-utils,
docbook-xml,
docbook-xsl,
xsltproc,
pkgconf,
# libcrcutil is for little-endian architectures only.
libcrcutil-dev [!hppa !m68k !mips !powerpc !powerpcspe !ppc64 !s390 !s390x !sparc !sparc64],
libfuse3-dev,
libdb-dev,
libyaml-cpp-dev,
prometheus-cpp-dev,
#_beware: ,libgoogle-perftools-dev
googletest,
libisal-dev [amd64 kfreebsd-amd64],
libjudy-dev,
libpam-dev,
libspdlog-dev,
libsystemd-dev [!kfreebsd-any],
# ,libthrift-dev
zlib1g-dev,
libboost-dev,
libboost-iostreams-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libfmt-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/hpc-team/saunafs
Vcs-Git: https://salsa.debian.org/hpc-team/saunafs.git
Homepage: https://saunafs.com/
Rules-Requires-Root: no
# Vcs-Browser: https://salsa.debian.org/debian/saunafs
# Vcs-Git: https://salsa.debian.org/debian/saunafs.git
Package: saunafs-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
adduser
Description: SaunaFS - common files
Files and users common for all SaunaFS applications.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-master
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
# TODO: Source version should generally be equal
saunafs-common (>= ${source:Version})
Built-Using: ${my:Built-Using}
Description: SaunaFS - master server
SaunaFS master (metadata) server.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-metalogger
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
saunafs-common (>= ${source:Version})
Built-Using: ${my:Built-Using}
Description: SaunaFS - metalogger server
SaunaFS metadata replication (backup) server.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-chunkserver
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
saunafs-common (>= ${source:Version})
Built-Using: ${my:Built-Using}
Description: SaunaFS - data server
The SaunaFS data server.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-client
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: fuse
Built-Using: ${my:Built-Using}
Description: SaunaFS - client tools and mount utility
SaunaFS FUSE mount utility "sfsmount" and client tool "saunafs".
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-adm
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Built-Using: ${my:Built-Using}
Description: SaunaFS - administration tools
SaunaFS administration tool: saunafs-admin
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-cgiserv
Architecture: any
Depends: ${misc:Depends},
# ,saunafs-cgi
saunafs-common (>= ${source:Version}),
python3-legacy-cgi,
python3
Built-Using: ${my:Built-Using}
Description: simple CGI-capable HTTP server to run SaunaFS CGI monitor
Simple standalone CGI-capable HTTP server to run SaunaFS CGI Monitor.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
Package: saunafs-uraft
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
# ,saunafs-cgi
saunafs-common (>= ${source:Version}),
saunafs-adm (>= ${source:Version}),
saunafs-master (>= ${source:Version})
Built-Using: ${my:Built-Using}
Description: Raft-like algorithm tool for SaunaFS
HA tool based on the Raft algorithm.
.
SaunaFS is a distributed, FUSE filesystem that is focused on reliability and
data integrity.
.
Some of the features include:
* Erasure-coding (EC) for files.
* Real-time journaling for recovery of metadata and auditing.
* Copy-on write snapshots of files.
* Extra protection when reading/writing data through CRC.
* High-availability and optional automatic failover to one or more shadow
master servers.
.
SaunaFS is a fork of LizardFS.
|