pve_ceph_mon_create
Creates a Ceph Monitor on a Proxmox node, optionally auto-creating a Manager for the first monitor. Dry-run by default; confirm=True to execute.
Instructions
MUTATION: create a Ceph Monitor. Auto-creates a Manager too if this is the FIRST monitor in the cluster (schema truth).
RISK_MEDIUM: extends cluster quorum membership. monid defaults to the nodename when
omitted. CAPTURE-or-declare: reads the current monitor list before planning (also readable
directly via pve_ceph_mon_list); if unreadable -> complete=False. Dry-run by default (returns
a PLAN); confirm=True executes (POST /nodes/{node}/ceph/mon/{monid}) and returns {"status":
"submitted", "result": }. No rollback primitive on this plane — revert with
pve_ceph_mon_destroy(monid=...).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node to create the monitor on; defaults to the configured node if omitted. | |
| monid | No | ID for the new monitor; defaults to the nodename if omitted. | |
| confirm | No | False (default) returns a dry-run PLAN only; True executes the create. | |
| mon_address | No | Overrides the autodetected monitor IP address(es); must be in Ceph's public network(s). | |
| 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 |