File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1
1
# python-rados-utils
2
2
Python RADOS utilities for performing operations on a RADOS/ceph cluster.
3
+
4
+ ## Operating Systems
5
+
6
+ * CentOS 7
7
+ * RHEL 7
8
+ * Fedora 22
9
+
10
+ ## Installing python-rados-utils
11
+
12
+ It's pretty easy to get up and running.
13
+
14
+ ### Building from source
15
+
16
+ * Clone the git repository
` git clone [email protected] :bryanapperson/python-rados-utils.git `
17
+
18
+ * ` cd python-rados-utils `
19
+
20
+ * ` rpmbuild -ba python-rados-utils.spec `
21
+
22
+ ### Installing
23
+
24
+ * The rpm will be output in ~ /rpmbuild/RPMS/noarch/.
25
+
26
+ * Install the rpm using: ` rpm -Uvh python-rados-utils.rpm `
27
+
28
+ ## Using python-rados-utils
29
+
30
+ * Importing the modules can be done by using statements like:
31
+
32
+ * ` from pyradosutils import common_utils `
You can’t perform that action at this time.
0 commit comments