Advertisement
Guest User

Untitled

a guest
Mar 8th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. Armazenamento de Instancias
  2. Realizar os passos de atachar volume
  3. Nos nova-compute, adicionar as linhas a seguir no /etc/ceph/ceph.conf:
  4. [client]
  5. rbd cache = true
  6. rbd cache writethrough until flush = true
  7. admin socket = /var/run/ceph/$cluster-$type.$id.$pid.$cctid.asok
  8. Adicionar as linhas a seguir no /etc/nova/nova.conf
  9. [libvirt]
  10. images_type = rbd
  11. images_rbd_pool = nova
  12. images_rbd_ceph_conf = /etc/ceph/ceph.conf
  13. rbd_user = cinder
  14. rbd_secret_uuid = 29c10452-823c-4007-a9d7-195d1bac8494
  15.  
  16. inject_password = false
  17. inject_key = false
  18. inject_partition = -2
  19. live_migration_flag=VIR_MIGRATE_UNDEFINE_SOURCE,VIR_MIGRATE_PEER2PEER,VIR_MIGRATE_LIVE,VIR_MIGRATE_PERSIST_DEST
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement