ユーザ用ツール

サイト用ツール


サイドバー

このページの翻訳:



最近の更新



Tag Cloud

01_linux:13_storage:30_zfs

文書の過去の版を表示しています。


30 ZFS

create pool

zpool create pool01 /dev/rbd0

pool config

zfs set compress=lz4 pool01
zfs set sync=disabled pool01
zfs set dedup=on pool01
zpool set autotrim=on pool01

Error

The ZFS modules are not loaded.
Try running '/sbin/modprobe zfs' as root to load them.

対応

modprobe してやればOK

/sbin/modprobe zfs
01_linux/13_storage/30_zfs.1627047817.txt.gz · 最終更新: 2021/07/23 22:43 by matsui