Re: [patch] Fix vmd for user VMs

2022-10-03 Thread Matthew Martin
On Sat, Sep 24, 2022 at 08:32:55AM -0400, Dave Voutila wrote: > > Matthew Martin writes: > > > When vmd/vmctl switched to handling memory in bytes, seems a few places > > for user VMs were missed. Additionally the first hunk removes the quota > > hit if the VM will not be created. > > > > Thank

Re: [patch] Fix vmd for user VMs

2022-09-24 Thread Dave Voutila
Matthew Martin writes: > When vmd/vmctl switched to handling memory in bytes, seems a few places > for user VMs were missed. Additionally the first hunk removes the quota > hit if the VM will not be created. > Thanks, I'll take a deeper look this week. I don't use the user quota pieces, so I'l

[patch] Fix vmd for user VMs

2022-09-17 Thread Matthew Martin
When vmd/vmctl switched to handling memory in bytes, seems a few places for user VMs were missed. Additionally the first hunk removes the quota hit if the VM will not be created. diff --git config.c config.c index 374d7de6629..425c901f36a 100644 --- config.c +++ config.c @@ -241,8 +241,10 @@ conf