Skip to content

Commit

Permalink
fix llvg
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Jan 21, 2024
1 parent cc3fb79 commit d711dd5
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions crds/lvmvolumegroup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ spec:
description: |
An interface for managing Volume Groups and Thin pools on the nodes.
> These resources might be created both by a user and the SDS-Node-Configurator controller.
The SDS-Node-Configurator controller will automatically create an LVMVolumeGroup resource if it detects an existing Volume Group on a node tagged with 'storage.deckhouse.io/enabled=true'. The controller will fill both the 'Spec' and 'Status' fields.
> These resources might be created both by a user and the SDS-Node-Configurator controller. The SDS-Node-Configurator controller will automatically create an LVMVolumeGroup resource if it detects an existing Volume Group on a node tagged with 'storage.deckhouse.io/enabled=true'. The controller will fill both the 'Spec' and 'Status' fields.
required:
- spec
properties:
Expand All @@ -38,7 +37,7 @@ spec:
type: string
description: |
The type of a Volume Group. Might be:
- Local (if Volume Group devices are not shared)
- Local, meaning local if the used devices are not distributed (not Shared LUN).
enum:
- Local
blockDeviceNames:
Expand Down Expand Up @@ -78,10 +77,6 @@ spec:
- size
status:
type: object
description: |
Defines the current state of the Volume Group.
> These params are updated by the controller.
properties:
health:
type: string
Expand All @@ -103,11 +98,11 @@ spec:
vgSize:
type: string
description: |
The total Volume Group size.
The Volume Group capacity.
allocatedSize:
type: string
description: |
The actual Volume Group size.
The current space occupied on the Volume Group.
thinPools:
type: array
description: |
Expand All @@ -128,7 +123,7 @@ spec:
actualSize:
type: string
description: |
The Thin-pool current total size.
The Thin-pool capacity.
usedSize:
type: string
description: |
Expand All @@ -154,7 +149,7 @@ spec:
path:
type: string
description: |
The device path (name) on the node.
The device path on the node (e.g., /dev/sda).
pvSize:
type: string
description: |
Expand All @@ -166,7 +161,7 @@ spec:
pvUUID:
type: string
description: |
The Physical Volume UUID.
The LVM Physical Volume UUID.
blockDevice:
type: string
description: |
Expand Down

0 comments on commit d711dd5

Please sign in to comment.