全文検索:
- 36 LINSTOR Bcache
- ORでzfsthinを設定してもシンプロにならないので注意</color> <code> zfs set compress=lz4 DataPool ##zfs set compress=off DataPool zfs set sync=disabled DataPool zfs set atime=off DataPool zpool set autotrim=off DataPool </code> ==== プールの設定
- 30 ZFS Linux
- 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 ===== export ===== pool のマウントを外す zpool export pool
- 20 Ceph PG数
- == 1.変更前の準備 ===== ==== scrub止める ==== ceph osd set noscrub ceph osd set nodeep-scrub ==== back_fillの値を下げておく ==== ceph tell 'osd.*' injectargs --osd-... ctive=3 ===== 2.PG_num変更 ===== ceph osd pool set TEST-pool pg_num 128 ceph osd pool set TEST-pool pgp_num 128 ===== 3.変更の確認 ===== <code> # ceph osd
- 13 ZFS logbias
- デバイスがSSDのミラーという事もあるのか、NFSではlatencyの方が早かった。 zfs set logbias=throughput DataPool logbias=throughput ... BW=75.0MiB/s (78.7MB/s)(756MiB/10072msec) zfs set logbias=latency DataPool logbias = latency w
- 26 Ceph OSD reboot
- ===== 1.OSD停止前に、クラスタのりバランスを一時停止 ====== ceph osd set noout ceph osd set norebalance ====== 2.OSD Node停止前に確認 ====== OSD Node停止前に、ちゃんとHEALTH_OK状態を確認しておく。
- 29 Ceph Dashboard
- L無効 ===== これで、8443 -> 8080 ポートになる。 ceph config set mgr mgr/dashboard/ssl false <code> # ceph mgr se... ometheus ==== ②.情報取得したいRBD設定 ==== ceph config set mgr mgr/prometheus/rbd_stats_pools glance,cinder,
- 28 Ceph ISCSI
- rd ===== Dashboardからも設定可能 <code> ceph dashboard set-iscsi-api-ssl-verification false ceph dashboard i
- 33 wipefs
- ss output messages -t, --types <list> limit the set of filesystem, RAIDs or partition tables -h, --h
- 35 pgs not deep-scrubbed in time
- g_not_deep_scrubbed_ratioを変更してあげる。 ceph config set mgr mon_warn_pg_not_deep_scrubbed_ratio 1.0 これだと