• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » set
トレース: • suPHP • 3PAR SNMP設定 • 62 CentOS OpenVPNブリッジ接続 • tar • 2023.10.25 Windows評価ライセンス期限切れ更新 • 17 メールログのログローテート • 01 ALUA • 61 CentOS OpenVPNトンネル接続 • HDD丸ごとコピー(リモートも可) • 02 Silex

set

検索

以下に検索結果を表示します。

部分一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@01_linux:13_storage
  • 全ての名前空間
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

全文検索:

36 LINSTOR Bcache
9 ヒット, 最終更新: 3年前
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> ==== プールの設定
20 Ceph PG数
6 ヒット, 最終更新: 3年前
== 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
30 ZFS Linux
5 ヒット, 最終更新: 4年前
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
22 Ceph create-volume でエラー
4 ヒット, 最終更新: 5年前
--osd-uuid 2dd353ac-dcb8-48a8-88cc-cdf96b6ecfcf --setuser ceph --setgroup ceph stderr: 2020-09-02 18:30:10.301 7f600913da80 -1 bluestore(/var/lib/ceph/osd/... --osd-uuid 2dd353ac-dcb8-48a8-88cc-cdf96b6ecfcf --setuser ceph --setgroup ceph </code> ===== 対応 ===== これすごく分かりづらいのですけど、bluestore_rocksdb_options の行を1行にまと
26 Ceph OSD reboot
4 ヒット, 最終更新: 4年前
===== 1.OSD停止前に、クラスタのりバランスを一時停止 ====== ceph osd set noout ceph osd set norebalance ====== 2.OSD Node停止前に確認 ====== OSD Node停止前に、ちゃんとHEALTH_OK状態を確認しておく。... </code> ====== 5.OSD復帰後追加後 ====== ceph osd unset noout ceph osd unset norebalance {{tag>Ceph}}
28 Ceph ISCSI
3 ヒット, 最終更新: 4年前
teway_keyring = ceph.client.admin.keyring # API settings. # The API supports a number of options that... tps mode. # To support the API, the bear minimum settings are: api_secure = false # Additional API co... rd ===== Dashboardからも設定可能 <code> ceph dashboard set-iscsi-api-ssl-verification false ceph dashboard i
31 ZFS IOPS limit
3 ヒット, 最終更新: 4年前
2T 0 disk cgcreate -g blkio:/DiskIO_Group cgset -r blkio.throttle.write_iops_device="251:16 10" D... 230:0 0 10G 0 disk /mnt cgset -r blkio.throttle.write_iops_device="230:0 10" Di... 200 bytes (51 kB) copied, 10.0009 s, 5.1 kB/s cgset -r blkio.throttle.write_iops_device="230:0 100" D
33 wipefs
3 ヒット, 最終更新: 4年前
erything except the actual write() call -o, --offset <num> offset to erase, in bytes -O, --output <list> COLUMNS to display (see below) -p, --parsable ... ss output messages -t, --types <list> limit the set of filesystem, RAIDs or partition tables -h, --h
13 ZFS logbias
2 ヒット, 最終更新: 3年前
デバイスが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
27 Ceph OSD 切り離し
2 ヒット, 最終更新: 4年前
4:47 /usr/bin/ceph-osd -f --cluster ceph --id 5 --setuser ceph --setgroup ceph </code> ====== 切り離し実施 ====== ※例としてosd.5(ceph003)で説明 ====== データ移行 ====== <c
29 Ceph Dashboard
2 ヒット, 最終更新: 4年前
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,
14 ZFS ZIL
1 ヒット, 最終更新: 6年前
下記のコマンドで対象のディスクをofflineにしてやれば、とりあえず収まる <code> $ setup volume pool01 offline-lun c0t500003976C887B39d0
32 Ceph 再同期
1 ヒット, 最終更新: 4年前
/waldb </code> === OSD起動 === <code> # systemctl reset-failed ceph-osd@3 # systemctl start ceph-osd@3
35 pgs not deep-scrubbed in time
1 ヒット, 最終更新: 3年前
g_not_deep_scrubbed_ratioを変更してあげる。 ceph config set mgr mon_warn_pg_not_deep_scrubbed_ratio 1.0 これだと

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki