<div dir="ltr">Hi,<div><br></div><div>a really really long time ago (think 2011), we added support in Nova for configuring the mkfs commands that are run for new ephemeral disks using the virt_mkfs command. The current implementation is in nova/virt/disk/api.py for your reading pleasure.</div><div><br></div><div>I'm battling a little with how to move this code to privsep, because I have resisted providing any method which just takes a command line and runs it with escalated permissions, as I feel this defeats the purpose of privsep.</div><div><br></div><div>I could just pickup all the command line parsing code and move it into privsep, but I am left wondering if anyone actually uses this functionality, or if we should just deprecate it all?</div><div><br></div><div>I'd appreciate your thoughts.</div><div><br></div><div>Michael</div></div>