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
We currently mention the disk which has to be used for setting up the cache.
And internally use this device to extend the volume group vg_vdc. However since Ansible 2.8
this will not work. We have to also mention the disks which are currently part of the volume group vg_vdc.
For example if vg_vdc is made of /dev/vdc then the variable should look like:
Currently we use the following variable for setting up cache:
We currently mention the disk which has to be used for setting up the cache.
And internally use this device to extend the volume group vg_vdc. However since Ansible 2.8
this will not work. We have to also mention the disks which are currently part of the volume group vg_vdc.
For example if vg_vdc is made of /dev/vdc then the variable should look like:
We have to make this change while setting up cache for GlusterFS backend.
The text was updated successfully, but these errors were encountered: