Skip to content
Snippets Groups Projects
Commit 2c173952 authored by Dimitris Aragiorgis's avatar Dimitris Aragiorgis
Browse files

Fix issue regarding --no-lvm-storage


If cluster is initialized with --no-lvm-storage then volume_group_name
does not exist in config.data. Thus we must define it as optional in
confd.

Hail expects interger values for vg_size and vg_free. Currently
_GetVgInfo() returns None in case of --no-lvm-storage. A workaround
is to return 0 instead.

Signed-off-by: default avatarDimitris Aragiorgis <dimara@grnet.gr>
parent 5a76adf7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment