Skip to content

Instantly share code, notes, and snippets.

@hisaotsu
Created February 22, 2022 01:30
Show Gist options
  • Save hisaotsu/a607f85f4b58980d376b60c06df1d923 to your computer and use it in GitHub Desktop.
Save hisaotsu/a607f85f4b58980d376b60c06df1d923 to your computer and use it in GitHub Desktop.
zpool status コマンドの -s の後に指定する名称
項目 指定する名称  意味
READ read 該当デバイス(vdev) のリードエラーの数
WRITE write WRITE: vdev のライトエラーの数
CKSUM checksum または cksum vdevのチェックサムエラーの数
AUNIT  aunit allocation unit (ZFSが読み書きするときの単位)のサイズ
LSIZE lsize 論理サイズ(メモリ上のサイズ)
PSIZE psize 物理サイズ(ディスク上のサイズ、HDDならセクターサイズ)
SLOW slow 遅いディスクとして認識されている
RPAIR rpair リペア中
RSVR rsvr resilver中
ALLOC alloc 割り当て済み(使用済み)領域
FREE free 空き領域
%FULL pctfull 該当の vdev の利用率
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment