mirror of
https://github.com/minio/minio.git
synced 2025-07-08 16:42:17 -04:00
doc: Fixed spacing with respect to code blocks. (#2241)
This commit is contained in:
parent
3589a58179
commit
f67c930731
@ -7,11 +7,13 @@ This example assumes that you have a FreeBSD 10.x running
|
|||||||
#### Step *1*
|
#### Step *1*
|
||||||
|
|
||||||
As root on the FreeBSD edit `/etc/rc.conf`
|
As root on the FreeBSD edit `/etc/rc.conf`
|
||||||
|
|
||||||
```
|
```
|
||||||
zfs_enable="YES"
|
zfs_enable="YES"
|
||||||
```
|
```
|
||||||
|
|
||||||
Start ZFS service
|
Start ZFS service
|
||||||
|
|
||||||
```
|
```
|
||||||
# service zfs start
|
# service zfs start
|
||||||
```
|
```
|
||||||
@ -21,11 +23,13 @@ Start ZFS service
|
|||||||
```
|
```
|
||||||
|
|
||||||
Configure a loopback device on the `/zfs` file.
|
Configure a loopback device on the `/zfs` file.
|
||||||
|
|
||||||
```
|
```
|
||||||
# mdconfig -a -t vnode -f /zfs
|
# mdconfig -a -t vnode -f /zfs
|
||||||
```
|
```
|
||||||
|
|
||||||
Create zfs pool
|
Create zfs pool
|
||||||
|
|
||||||
```
|
```
|
||||||
# zpool create minio-example /dev/md0
|
# zpool create minio-example /dev/md0
|
||||||
```
|
```
|
||||||
@ -37,6 +41,7 @@ minio-example 7872440 38 7872402 0% /minio-example
|
|||||||
```
|
```
|
||||||
|
|
||||||
Verify if it is writable
|
Verify if it is writable
|
||||||
|
|
||||||
```
|
```
|
||||||
# touch /minio-example/testfile
|
# touch /minio-example/testfile
|
||||||
# ls -l /minio-example/testfile
|
# ls -l /minio-example/testfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user