Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lvm provisioner (backport #128) #131

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Sep 12, 2024

Problem:
Add LVM provisioner

Solution:
Add LVM provisioner

Related Issue:
harvester/harvester#6014
harvester/harvester#5724

Test plan:
TBD


This is an automatic backport of pull request #128 done by [Mergify](https://mergify.com).

  - Also move types.go to blockdevice.go
  - Add new field `spec.provisioned`

Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
(cherry picked from commit d478cf9)
    - Now we could use the following fields to provision the volume group

    ```
    Spec:
      provisioner:
        lvm:
          vgName: vg001
    ```

    - Introduce the new field to trigger provision

    ```
    Spec:
      provision: true
    ```

    - The new CRD lvmvgs is introduced, this will contain the node info
      and the volume group information.

Signed-off-by: Vicente Cheng <vicente.cheng@suse.com>
(cherry picked from commit a6b3584)
@mergify mergify bot mentioned this pull request Sep 12, 2024
@tserong tserong merged commit 0f76811 into v0.7.x Sep 13, 2024
5 checks passed
@mergify mergify bot deleted the mergify/bp/v0.7.x/pr-128 branch September 13, 2024 04:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants