Re: [PATCH] Add a check that vmdisk and disk variables are not NULL

2025-01-29 Thread Peter Krempa
On Thu, Jun 20, 2024 at 04:48:05 +0800, Fima Shevrin wrote: > Hello, > > Thank you for your comments and explanations about disk states and snapshots > in general. > > I agree that it is quite dangerous to always delete a snapshot in case one > of the variables is NULL. > > I modified the patch

Re: [PATCH] Add a check that vmdisk and disk variables are not NULL

2024-09-23 Thread Efim Shevrin via Devel
rn an error if vmdisk or disk is NULL. I am attaching the patch and updated commit message. I apologize for some delay in our discussion. Fima Subject: [PATCH] Add a check that vmdisk and disk variables are not NULL Before deleting a snapshot, there is a validation process that involves che

[PATCH] Add a check that vmdisk and disk variables are not NULL

2024-06-19 Thread Fima Shevrin via Devel
eturn an error if vmdisk or disk is NULL. I am attaching the patch and updated commit message. I apologize for some delay in our discussion. Fima Subject: [PATCH] Add a check that vmdisk and disk variables are not NULL Before deleting a snapshot, there is a validation process that involves che