pve_ceph_mds_create
Create a Ceph Metadata Server (MDS) on a target Proxmox node. Defaults to a dry-run plan; use confirm=True to execute the creation.
Instructions
MUTATION: create a Ceph Metadata Server (MDS).
RISK_MEDIUM. name defaults to the nodename when omitted. CAPTURE-or-declare: reads the
current MDS list before planning (also readable directly via pve_ceph_mds_list); if
unreadable -> complete=False. Dry-run by default (returns a PLAN); confirm=True executes
(POST /nodes/{node}/ceph/mds/{name}) and returns {"status": "submitted", "result": }.
No rollback primitive on this plane — revert with pve_ceph_mds_destroy(name=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ID for the new MDS; defaults to the nodename if omitted. | |
| node | No | PVE node to create the MDS on; defaults to the configured node if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the create. | |
| hotstandby | No | If True, the daemon polls and replays an active MDS's log for faster failover, at the cost of more idle resources (default False). | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |