proxmox_storage_config
Manage Proxmox storage configurations: create, update, delete, list storage of types like dir, LVM, NFS, Ceph, iSCSI, and check cluster usage.
Instructions
Manage storage configurations (list, get, create, update, delete, cluster_usage)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storage | No | Storage identifier | |
| node | No | Node name | |
| type | No | Storage type | |
| content | No | Content types (comma-separated) | |
| path | No | Filesystem path for directory storage | |
| server | No | Remote server hostname or IP | |
| export | No | NFS export path | |
| share | No | CIFS share name | |
| username | No | Username for remote storage | |
| password | No | Password for remote storage | |
| domain | No | CIFS domain | |
| smbversion | No | CIFS SMB version | |
| nodes | No | Limit storage to specific nodes | |
| shared | No | Mark storage as shared | |
| disable | No | Disable storage | |
| maxfiles | No | Max backup files | |
| prune-backups | No | Prune options for backups | |
| pool | No | Pool name for Ceph/RBD/ZFS | |
| vgname | No | LVM volume group name | |
| thinpool | No | LVM thin pool name | |
| monhost | No | Ceph monitor hosts | |
| fsname | No | CephFS filesystem name | |
| keyring | No | Ceph keyring path | |
| portal | No | iSCSI portal address | |
| target | No | iSCSI target | |
| options | No | Additional mount options | |
| delete | No | List of settings to delete | |
| digest | No | Config digest | |
| action | Yes |