zoukankan      html  css  js  c++  java
  • openstack终于支持lvm disk了

    https://blueprints.launchpad.net/nova/+spec/lvm-disk-images

    Recently, we have implemented LVM disk support functionality (based on our work for Diablo) and successfully delivered it to upstream.

    New LVM image backend can be enabled by setting libvirt_images_type flag to value lvm.

    You must also specify volume group name for VM disks, which is done by setting libvirt_images_volume_group option (for example libvirt_images_volume_group=NovaVG).

    Backend supports usual logical volumes with full space allocation. However, it is possible to use sparse logical volumes (which are created with option –virtualsize). In this case, you need specify libvirt_sparse_logical_volumes=True in nova.conf. When this mode is enabled, nova will file warning messages to log on attempt to allocate sparse logical volume with possible size, that exceeds size of volume group used to hold VM disks.

    For more information on this functionality please see blueprint.

    You can also review code changes here.

  • 相关阅读:
    0325JavaScript
    0322css样式表,选择器
    0320表单
    0313函数
    0312数组
    0311类
    0309笔记整理
    进制转换
    Xcode快捷键大全
    Android LearningNotes
  • 原文地址:https://www.cnblogs.com/feisky/p/2575767.html
Copyright © 2011-2022 走看看