-
Notifications
You must be signed in to change notification settings - Fork 70
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
Brick directory is not created #424
Comments
@mbukatov the current design is the brick_dirs are passed to gluster as is. And gluster takes care of creating brick directories. gdeploy creates only mount points. The reason is, since gluster already takes care of creating brick directories we did not want to do the redundant work. |
@sac Ok, thanks for the explanation. But I'm still little puzzled about the meaning of |
@mbukatov you are right about And as the project evolved we moved the brick_dirs to We will keep this issue open till we deprecate that variable and eventually remove it. |
When I use
[backed-setup]
feature to setup gluster bricks, brick directories are not created.Version
gdeploy-2.0.2-7.noarch (from sac-gdeploy copr)
Steps to Reproduce
gdeploy -c gluster_volume.conf
Actual Result
The lvm is configured as expected:
But I don't see any brick directory:
Expected Results
Brick directories has been created as well:
The text was updated successfully, but these errors were encountered: