I understand the use of variables in LXC container files is not possible, so this entry is likely intended as a suggestion unless someone explains a documented way to do it. They are actually related to bind mounts.
The main one is related to being able to use something like "${VMID}" in conf files. Tried this, which does not work:
The idea is that one could use de containers VIMD as a reference within the config. In our case we use a few bind mounts and this has to be done manually when we clone. Well clone is not permitted when using bind mounts and this might be a way they could, but in any case even when restoring a backup we have to change a few of those for example as in... "/cache/122" where each CT gets it's directory.
If there is another location for this kind of feature request/suggestions, excuse me for posting here.
The main one is related to being able to use something like "${VMID}" in conf files. Tried this, which does not work:
mp3: /backups/host/vms/${VMID},mp=/backups/,size=0T
The idea is that one could use de containers VIMD as a reference within the config. In our case we use a few bind mounts and this has to be done manually when we clone. Well clone is not permitted when using bind mounts and this might be a way they could, but in any case even when restoring a backup we have to change a few of those for example as in... "/cache/122" where each CT gets it's directory.
If there is another location for this kind of feature request/suggestions, excuse me for posting here.