On 8/31/25 21:48, Michael Tokarev wrote:
/*
* See commit 69bef79 ("block: use /var/tmp instead of /tmp for
-snapshot")
*
@@ -862,7 +860,12 @@ char *create_tmp_file(Error **errp)
* so the files can become very large. /tmp is often a tmpfs where as
* /var/tmp is usually on a disk, so more appropriate for disk images.
*/
This is going to cause other failures, per the tmpfs reason given in the comment. r~
