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

Support for creating multiple Volume Groups needed. #24

Closed
rohantmp opened this issue Sep 4, 2018 · 1 comment
Closed

Support for creating multiple Volume Groups needed. #24

rohantmp opened this issue Sep 4, 2018 · 1 comment

Comments

@rohantmp
Copy link

rohantmp commented Sep 4, 2018

As of now all of the PVs defined in gluster_infra_pvs go into one volume group, and all logical volumes are created from it.

We should be able to create multiple VGs like:

gluster_infra_vgs:
  - vgname: vg_sda
    pvs: /dev/sda
  - vgname: vg_sdb
    pvs: /dev/sdb
@sac
Copy link
Member

sac commented May 8, 2019

@rohantmp this is fixed in one of our releases. Please check.

@sac sac closed this as completed Sep 23, 2019
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

No branches or pull requests

2 participants