-
Notifications
You must be signed in to change notification settings - Fork 12
/
INSTALL
129 lines (70 loc) · 1.56 KB
/
INSTALL
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
Note: See README for more information!
Installation
************
To install System Storage Manager into your system simply run:
python setup.py install
as root in the System Storage Manager directory. Make sure that your
system configuration meets the *requirements* in order for ssm to work
correctly.
Note that you can run **ssm** even without installation by using the
local sources with:
bin/ssm.local
Requirements
************
Python 2.6 or higher is required to run this tool. System Storage
Manager can only be run as root since most of the commands require
root privileges.
There are other requirements listed below, but note that you do not
necessarily need all dependencies for all backends. However if some of
the tools required by a backend are missing, that backend will not
work.
Python modules
==============
* argparse
* atexit
* base64
* datetime
* fcntl
* getpass
* os
* pwquality
* re
* socket
* stat
* struct
* subprocess
* sys
* tempfile
* termios
* threading
* tty
System tools
============
* tune2fs
* fsck.SUPPORTED_FS
* resize2fs
* xfs_db
* xfs_check
* xfs_growfs
* mkfs.SUPPORTED_FS
* which
* mount
* blkid
* wipefs
* dd
Lvm backend
===========
* lvm2 binaries
Some distributions (e.g. Debian) have thin provisioning tools for LVM
as an optional dependency, while others install it automatically. Thin
provisioning without these tools installed is not supported by SSM.
Btrfs backend
=============
* btrfs progs
Crypt backend
=============
* dmsetup
* cryptsetup
Multipath backend
=================
* multipath