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
Under the logical_volumes list, I should be able to specify a volume group and have it be created if needed:
- name: cache
size: 20
path: /var/cache/pulp
volume_group: satellite
The text was updated successfully, but these errors were encountered:
I've created a sample here https://github.com/tabowling/ansible-schtuff/blob/master/sat-storage.yml that could be useful where the Satellite data is stored on a separate disk, such as iscsi or external USB disk. I did not include the smaller ones that could reasonably still be local such as the /var/log and /opt dirs. What do you think?
The one thing I'll need to look at is how that role handles existing mountpoints. Right now the setup_storage role will expand /var, /opt, or really any existing mount point. I've had issues with that storage rule but that was probably many revisions ago.
Under the logical_volumes list, I should be able to specify a volume group and have it be created if needed:
- name: cache
size: 20
path: /var/cache/pulp
volume_group: satellite
The text was updated successfully, but these errors were encountered: