Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit d36e9e4

Browse files
0.1.1.158
1 parent e71c0d3 commit d36e9e4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,18 @@ Ensure all critical data is adequately backed up before use.
2222
* CentOS Linux 8.0
2323
* Debian 10.0
2424
* Oracle Linux Server 8.0
25+
* Proxmox VE 6.0
2526
* Red Hat Enterprise Linux 8.0
27+
* Ubuntu 18.04 LTS
2628
* Ubuntu 19.10
2729

2830
## Installation
2931

3032
Copy zfs folder to cockpit
3133

3234
```bash
33-
$ sudo cp -r zfs /usr/share/cockpit
35+
$ git clone https://github.com/optimans/cockpit-zfs-manager.git
36+
$ sudo cp -r cockpit-zfs-manager/zfs /usr/share/cockpit
3437
```
3538

3639
#### Samba
@@ -82,8 +85,10 @@ New storage pools are created with the following properties set (not visible in
8285
* aclinherit=passthrough
8386
* acltype=posixacl
8487
* casesensitivity=sensitive
88+
* normalization=formD
8589
* sharenfs=off
8690
* sharesmb=off
91+
* utf8only=on
8792
* xattr=sa
8893

8994
#### File Systems

0 commit comments

Comments
 (0)