1
1
# Cockpit ZFS Manager
2
2
3
+ ![ GitHub Tag] ( https://img.shields.io/github/v/release/optimans/cockpit-zfs-manager?include_prereleases&style=flat-square )
4
+
3
5
** An interactive ZFS on Linux admin package for Cockpit.**
4
6
5
7
### WARNING!
6
8
7
- Cockpit ZFS Manager is currently pre-release software.
8
-
9
- #### Use at own risk!
10
-
11
- Not recommended for use on production systems.\
12
- Ensure all critical data is adequately backed up before use.
9
+ Cockpit ZFS Manager is currently pre-release software. Use at your own risk!
13
10
14
11
## Requirements
15
12
16
13
* Cockpit: 201+
17
14
* Samba: 4+
18
15
* ZFS: 0.8+
19
-
20
- #### Tested Distributions:
21
-
22
- * Arch Linux
23
- * CentOS Linux 8.0
24
- * Debian 10.0
25
- * Fedora 31
26
- * Oracle Linux Server 8.0
27
- * Proxmox VE 6.0
28
- * Red Hat Enterprise Linux 8.0
29
- * Ubuntu 18.04 LTS
30
- * Ubuntu 19.10
16
+
17
+ <details >
18
+ <summary >Tested Distributions</summary >
19
+
20
+ * Arch Linux
21
+ * CentOS Linux 8.0
22
+ * Debian 10.0
23
+ * Fedora 31
24
+ * Oracle Linux Server 8.0
25
+ * Proxmox VE 6.0
26
+ * Red Hat Enterprise Linux 8.0
27
+ * Ubuntu 18.04 LTS
28
+ * Ubuntu 19.10
29
+
30
+ </details >
31
+
32
+ ## Screenshots
33
+ <img src =" https://user-images.githubusercontent.com/58222345/80313061-69dff180-881b-11ea-98d4-e245ed8faffd.png " width =" 425 " /> <img src =" https://user-images.githubusercontent.com/58222345/80313062-6b111e80-881b-11ea-9d0e-d4bcac251bf1.png " width =" 425 " />
34
+ <img src =" https://user-images.githubusercontent.com/58222345/80313064-6c424b80-881b-11ea-812f-ab3a99edef75.png " width =" 425 " />
35
+ <img src =" https://user-images.githubusercontent.com/58222345/80313065-6d737880-881b-11ea-8bad-a37506c2ce12.png " width =" 425 " />
36
+ <img src =" https://user-images.githubusercontent.com/58222345/80313066-6f3d3c00-881b-11ea-859d-a47cf1e85177.png " width =" 425 " />
37
+ <img src =" https://user-images.githubusercontent.com/58222345/80313067-7106ff80-881b-11ea-9688-0c94f8088b3b.png " width =" 425 " />
31
38
32
39
## Installation
33
40
@@ -52,15 +59,14 @@ Append to [global] section or individual share sections
52
59
53
60
```
54
61
[global]
55
- ~
56
62
shadow: snapdir = .zfs/snapshot
57
63
shadow: sort = desc
58
64
shadow: format = %Y.%m.%d-%H.%M.%S
59
65
shadow: localtime = yes
60
66
vfs objects = acl_xattr shadow_copy2
61
67
```
62
68
63
- ### SELinux
69
+ #### SELinux
64
70
65
71
If using SELinux in enforcing mode, it is recommended to enable the boolean states for Samba:
66
72
@@ -116,7 +122,6 @@ ZFS always creates shares in /var/lib/samba/usershares folder when ShareSMB prop
116
122
If enabled, Cockpit ZFS Manager manages shares for the file systems only. Samba global configuration will need to be configured externally.
117
123
## More Information
118
124
119
- * [ Roadmap] ( ROADMAP.md )
120
125
* [ ServeTheHome and ServeThe.Biz Forums] ( https://forums.servethehome.com/index.php?threads/25668/ )
121
126
122
127
## Guides
0 commit comments