[pve-devel] [PATCH v10 qemu-server/cloudinit 8/8] add force_delete to [pending] to bring back -force
Dietmar Maurer
dietmar at proxmox.com
Wed Aug 12 09:48:32 CEST 2015
> The -force flag didn't have any effect since the pending
> changes didn't remember it before.
I would prefer simpler solution for now:
die "parameter --force not implemented\n" if $param->{force};
We should then factor-out that whole configuration code (pending changes)
into a separate, generic class, and re-add missing code there.
We could then use this new class for LXC too.
More information about the pve-devel
mailing list