cinder对后端驱动要求的Minimum Features

来源:互联网 发布:孙骁骁小葡萄关系 知乎 编辑:程序博客网 时间:2024/05/22 07:08

Havana

  • Volume Create/Delete
  • Volume Attach/Detach
  • Snapshot Create/Delete
  • Create Volume from Snapshot
  • Get Volume Stats
  • Copy Image to Volume
  • Copy Volume to Image
  • Clone Volume

Icehouse

  • All of the above plus
  • Extend Volume

Volume Stats

Volume stats are used by the different schedulers for the drivers to providea report on their current state of the backend. The following should beprovided by a driver.

  • driver_version
  • free_capacity_gb
  • reserved_percentage
  • storage_protocol
  • total_capacity_gb
  • vendor_name
  • volume_backend_name

NOTE: If the driver is unable to provide a value for free_capacity_gb ortotal_capacity_gb, keywords can be provided instead. Please use 'unknown' ifthe array cannot report the value or 'infinite' if the array has no upperlimit.

0 0
原创粉丝点击