Revision 6414296b

b/doc/design-storagespace.rst
21 21
---------------------
22 22

  
23 23
Add a new attribute "enabled_storage_types" (type: list of strings) to the
24
cluster config which holds the types of storages, for example, "plain", "drbd",
24
cluster config which holds the types of storages, for example, "file", "rados",
25 25
or "ext". We consider the first one of the list as the default type.
26 26

  
27 27
For file storage, we'll report the storage space on the file storage dir,
......
156 156
of how the free space is computed is not in the scope of this design.
157 157
But the ``node info`` call contains the value of the
158 158
``exclusive_storage`` flag, which is currently only meaningful for the
159
LVM back-end. Additional flags like the ``external_storage`` flag
159
LVM back-end. Additional flags like the ``exclusive_storage`` flag
160 160
for lvm might be useful for other storage types as well. We therefore
161 161
extend the RPC call with <type>,<key> to <type>,<key>,<params> to
162 162
include any storage-type specific parameters in the RPC call.

Also available in: Unified diff