mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 02:04:23 +02:00
Update zfs-cn.html.markdown
added remark on what is zfs clone
This commit is contained in:
@@ -128,7 +128,7 @@ zroot altroot - default
|
|||||||
zroot health ONLINE -
|
zroot health ONLINE -
|
||||||
...
|
...
|
||||||
|
|
||||||
# Setting a zpool property (设置存储池属性,下例蛇这的是commen备注属性)
|
# Setting a zpool property (设置存储池属性,下例这是设置commen备注属性)
|
||||||
$ zpool set comment="Storage of mah stuff" zroot
|
$ zpool set comment="Storage of mah stuff" zroot
|
||||||
$ zpool get comment
|
$ zpool get comment
|
||||||
NAME PROPERTY VALUE SOURCE
|
NAME PROPERTY VALUE SOURCE
|
||||||
@@ -239,7 +239,7 @@ $ zfs get compression zroot/usr/home
|
|||||||
NAME PROPERTY VALUE SOURCE
|
NAME PROPERTY VALUE SOURCE
|
||||||
zroot/home compression off default
|
zroot/home compression off default
|
||||||
|
|
||||||
# Set property on dataset (设置压缩属性compressio)
|
# Set property on dataset (设置压缩属性compression)
|
||||||
$ zfs set compression=gzip-9 mypool/lamb
|
$ zfs set compression=gzip-9 mypool/lamb
|
||||||
|
|
||||||
# Get a set of properties from all datasets (列举所有数据集的名称,配额和预留属性)
|
# Get a set of properties from all datasets (列举所有数据集的名称,配额和预留属性)
|
||||||
@@ -271,7 +271,7 @@ Actions: (快照相关操作)
|
|||||||
* Rename (重命名)
|
* Rename (重命名)
|
||||||
* Access snapshots (访问)
|
* Access snapshots (访问)
|
||||||
* Send / Receive (发送/接收)
|
* Send / Receive (发送/接收)
|
||||||
* Clone (克隆)
|
* Clone (克隆。译者注:关于clone和快照的区别可参看[这里](http://docs.oracle.com/cd/E19253-01/819-5461/gbcxz/index.html))
|
||||||
|
|
||||||
|
|
||||||
Create snapshots (创建快照)
|
Create snapshots (创建快照)
|
||||||
|
Reference in New Issue
Block a user