unix
Saturday, February 2, 2019
rsync over internet using ssh (with bandwidth limit)
›
rsync over internet using ssh (with bandwidth limit) rsync -v -a --bwlimit=2000 -e "ssh -p13022" user@125.17.86.111:...
Sunday, October 7, 2018
ceph links
›
http://blog.ruanbekker.com/blog/2018/06/13/setup-a-3-node-ceph-storage-cluster-on-ubuntu-16/ https://linoxide.com/ubuntu-how-to/create-ce...
my ceph command history
›
96 sudo apt install ceph-deploy 497 ls 498 ceph-deploy new cephstor1 cephstor2 cephstor3 499 ls 500 cat ceph.conf 501 ...
ceph install notes
›
##For all open source software USE only main repos#### ---On ALL Nodes--- wget -q -O- 'https://download.ceph.com/keys/release.asc...
Monday, September 17, 2018
How to remove a host from a Ceph cluster?
›
I’m still studying Ceph, and recently faced a scenario in which one of my Ceph nodes went down due to hardware failure. Even though my ...
›
Home
View web version