Lets say you want a 2 level hierarchy for the guest from your example
above. In the libvirt XML you would set the partition name to:
/machine/dahlia
this corresponds to a systemd slice call machine-dahlia.slice
If you wanted a third level you'd need to create machine-dahlia.slice
and also create machine-dahlia-foo.slice, making sure the latter had
After=machine-dahlia.slice. Then the libvirt name would be listed as
/machine/dahlia/foo
Got it. Thanks a lot.
--
google.com/+arnaudgabourygabx