Version 1 (modified by 19 months ago) ( diff ) | ,
---|
Selis Openstack @ cloud1
- VPN Server: cloud-gw
- After a power loss:
openstack server reboot selis-gw cloud-gw
- If cloud-gw is stuck in REBOOT state:
virsh start instance-000000065 nova reset-state --active cloud-gw
- Known issue: Μετά από power loss, κάποια bridges δεν κουμπώνονται στο σωστό physical interface. Workaround:
- Στο cloud1: Για να βρούμε τα μηχανήματα που έχουν θέμα:
for i in `seq 2 7`; do ping -c 3 cloud$i; done ssh cloudXprv
- Στο cloudX:
brctl addif brqa8f3275f-82 enp1s0f0
- Στο cloud1: Για να βρούμε τα μηχανήματα που έχουν θέμα:
- Check the network speed of the connections, in case of reported lags:
root@cloud1:~# ./get_network_bandwidth_matrix.py
If a row has slow speed, the whole cluster will be affected. Remove and insert the respective cable.
Gain access to unpingable VM in Openstack without passwords and network
η φάση είναι η εξής:
- κάνεις
openstack server show
και παίρνεις το instance id του VM
virsh dumpxml
στον host όπου τρέχει το VM
- μέσα απο το dumped xml βλέπεις ποιο rbd volume έχει σαν δίσκο το VM
openstack server stop
- μετά στον cloud1,
modprobe rbd
καιrbd map
mount /dev/rbd0 /mnt
chroot /mnt
passwd
exit chroot
umount /mnt
openstack server start
virsh console ...
Attachments (1)
- Openstack cloud documentation.pdf (92.7 KB ) - added by 7 months ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.