Created
December 6, 2016 16:28
-
-
Save kylejohnson/d27c36d2a0c4f06e5abd8804f7fc2db0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@colossus2 ~]# zfs create -o quota=10g tank/minio/pool2/7 | |
| [root@colossus2 ~]# zfs create -o quota=10g tank/minio/pool2/8 | |
| [root@colossus2 ~]# ./minio server --address localhost:10002 http://localhost:10002/tank/minio/pool2/1 http://localhost:10002/tank/minio/pool2/2 http://localhost:10002/tank/minio/pool2/3 http://localhost:10002/tank/minio/pool2/4 http://localhost:10002/tank/minio/pool2/5 http://localhost:10002/tank/minio/pool2/6 http://localhost:10002/tank/minio/pool2/7 http://localhost:10002/tank/minio/pool2/8 | |
| FATA[0000] formatting storage disks failed cause=Number of disks 8 did not match the backend format 6 source=[server-main.go:458:serverMain()] | |
| [root@colossus2 ~]# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment