Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
systemctl stop puppet
systemctl disable puppet

cd /root/StartServices
./complete.sh stop
cd /root/StartServices
./complete.sh disable
  • Fare il backup del db (tutto)
  • Migrare online il db placement e nova, nova e cinder. ATTENZIONE: puo' metterci molto tempo a migrare
  • Code Block
    languagebash
    #placement va fatto prima di nova
    su -s /bin/sh -c "placement-manage db online_data_migrations" placement
    su -s /bin/sh -c "nova-manage db online_data_migrations" nova
    su -s /bin/sh -c "cinder-manage db online_data_migrations" cinder

...