lae / ansible-role-proxmox

IaC for Proxmox VE clusters.
MIT License
468 stars 139 forks source link

feature: add btrfs as valid storage type #229

Closed lexxxel closed 1 year ago

lexxxel commented 1 year ago

resolves #228

lexxxel commented 1 year ago

I think is_mountpoint, a boolean, should be added to the module_args dictionary.

From API docs (https://pve.proxmox.com/pve-docs/api-viewer/index.html#/storage (POST tab)):

Assume the given path is an externally managed mountpoint and consider the storage offline if it is not mounted. Using a boolean (yes/no) value serves as a shortcut to using the target path in this field.

Should be addressed, but I could not verify/ test it.