"convert to template" generates a warning -- why?

johnblue

New Member
Mar 16, 2024
14
1
3
Here is the output:
Code:
  Renamed "vm-9001-disk-0" to "base-9001-disk-0" in volume group "pve"
  Logical volume pve/base-9001-disk-0 changed.
  WARNING: Combining activation change with other commands is not advised.
TASK OK
It was just one command to create the template:
Code:
qm template 9001
.. why is it complaining that commands were combined?
 
.. why is it complaining that commands were combined?
In many cases, the PVE CLI simply wraps existing tools rather than reimplementing functionality from scratch. For example, LVM management can be performed using the native LVM CLI suite, and when you run a single PVE command, it often just triggers a series of those native CLI operations behind the scenes.

In this particular case, the "command" refers to an LVM option.


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: fiona and johnblue