You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README says that the lvsize option for gluster_infra_lv_logicalvols is "Optional, Default 100%, size of LV". However, omitting it results in the following error:
TASK [gluster.infra/roles/backend_setup : Create thin logical volume] **************************************************************************************************************************
fatal: [hc2-02]: FAILED! => {"msg": "The task includes an option with an undefined variable. The error was: 'dict object' has no attribute 'lvsize'\n\nThe error appears to be in '/home/ollie/.ansible/roles/gluster.infra/roles/backend_setup/tasks/thin_volume_create.yml': line 132, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n#this fails when the pool doesn't exist\n- name: Create thin logical volume\n ^ here\n"}
Manually specifying "100%FREE" results in this error:
The README says that the
lvsize
option forgluster_infra_lv_logicalvols
is "Optional, Default 100%, size of LV". However, omitting it results in the following error:Manually specifying "100%FREE" results in this error:
What do I need to do to get the logical volume to be 100% the size of the thinpool?
If it helps, this is my playbook (with "lvsize" omitted):
The text was updated successfully, but these errors were encountered: