linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
101 stars 58 forks source link

Consider clarifying documentation #385

Closed myllynen closed 1 month ago

myllynen commented 11 months ago

Currently the README states:

As of now, the role supports managing file systems and mount entries on

    unpartitioned disks
    lvm (unpartitioned whole-disk physical volumes only)

However, it looks like the role is also able to create new LVs on existing VGs (created earlier perhaps during OS installation).

Additionally, it is not mentioned that disks is optional for storage_pools and examples do not demonstrate such usage.

Perhaps documentation could be clarified a bit in this regard if it is a valid and supported use case for the role to be used in cases without specifying disks.

Thanks.