This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ rbd info vm-XXX-disk-1 | |
rbd image 'rbdbigsize': | |
size 1862 PB in 500000000000 objects | |
order 22 (4096 kB objects) | |
block_name_prefix: rbd_data.047aa74b0dc51 | |
format: 1 | |
$ rados -p cph rm rbd_id.vm-XXX-disk-1 | |
$ rados -p cph rm rbd_header.047aa74b0dc51 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gitlab-rails console production | |
user = User.create(:username=>'root',:password=>'xXxXx',:password_confirmation=>'',:email=>'[email protected]',:name=>'root') | |
user.save! |
OlderNewer