全文検索:
- 2021.06.14 Ceph OSD page allocation failure
- 4 Real Memory の64分の1をvm.min_free_kbytesに割り当てておく。 <code> # free -m total used ... _kbytes = 524288' >> /etc/sysctl.conf sysctl -p </code> ===== Log ===== <code> [37618448.777187] rocksdb:low0: page allocation failure: order:2, mode:0x40... p: loaded Tainted: G OE ------------ 3.10.0-1062.18.1.el7.x86_64 #1 </code> {{tag>Ceph}}
- 2021.06.19 Ceph HEALTH_WARN mon is allowing insecure global_id reclaim
- lobal_id_reclaim set to true バージョンアップで出るようになる。 <code> # ceph versions { "mon": { "ceph ver... 21bb43bd3022d35cb) nautilus (stable)": 2 }, </code> ===== 対応 ===== バージョンの差分がある時にWarningを出力する設定なので、... h_allow_insecure_global_id_reclaim をfalseに設定する。 <code> # ceph daemon mon.ceph004 config show | grep aut... re_global_id_reclaim = 'false' (not observed, change may require restart) " } </code> {{tag>Ceph 日記}}
- 2021.06.27 AlmaLinux
- backup_restore]] ===== AlmaLinux Deploy ===== <code> $ curl -O https://raw.githubusercontent.com/Alma... linux-deploy.sh $ sudo bash almalinux-deploy.sh </code> ==== 確認 ==== <code> # cat /etc/redhat-release AlmaLinux release 8.4 (Electric Cheetah) </code> {{tag>日記 AlmaLinux}}
- 2021.06.22 Unknown: Input variables exceeded 1000
- php.ini. in Unknown on line 0 ===== 対応 ===== <code|/etc/php.ini> max_input_vars = 2000 </code> /etc/init.d/httpd reload {{tag>PHP 日記}}