1STRATISD(8) STRATISD(8)
2
3
4
6 stratisd - Daemon to create and monitor storage pools
7
9 stratisd [GLOBAL OPTIONS]
10
12 stratisd creates, manages, and monitors local storage pools. It is
13 controlled by the user with the stratis command-line tool, or using
14 D-Bus.
15
16 Stratis pools created from one or more block devices (blockdevs), and
17 then enables multiple filesystems to be created from the pool.
18
19 Typically, Stratisd is not invoked by the user, but runs as a system
20 service.
21
23 --sim
24 Run with a simulated engine that does not actually perform storage
25 configuration, instead of the default engine.
26
27 --log-level
28 Specify the log level for log messages. Only messages with severity
29 at or above the level specified will be emitted. If this option is
30 omitted, stratisd respects the RUST_LOG environment variable.
31 Otherwise, stratisd uses the default log level, which is error.
32
33 --help, -h
34 Show help.
35
37 stratis(8)
38
40 GitHub for issues and development
41 https://github.com/stratis-storage/project
42
43 Mailing list
44 stratis-devel@lists.fedorahosted.org for general development
45 discussion
46
48 stratisd is licensed under the Mozilla Public License, Version 2.0.
49 Software distributed under this license is distributed on an "AS IS"
50 BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either expressed
51 or implied.
52
53
54
55 11/30/2023 STRATISD(8)