Skip to content

Instantly share code, notes, and snippets.

@kylejohnson
Created December 6, 2016 16:28
Show Gist options
  • Select an option

  • Save kylejohnson/d27c36d2a0c4f06e5abd8804f7fc2db0 to your computer and use it in GitHub Desktop.

Select an option

Save kylejohnson/d27c36d2a0c4f06e5abd8804f7fc2db0 to your computer and use it in GitHub Desktop.
[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