lol
1From dc5e3df2fd29a547ef0f9545e190a0ce3a73c95c Mon Sep 17 00:00:00 2001
2From: Tako Marks <me@github.tako.mx>
3Date: Tue, 6 Sep 2022 20:19:26 +0200
4Subject: [PATCH] substitute zfs and zpool commands
5
6---
7 src/storage/storage_backend_zfs.c | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/src/storage/storage_backend_zfs.c b/src/storage/storage_backend_zfs.c
11index 2a5d74357d..460b3025c4 100644
12--- a/src/storage/storage_backend_zfs.c
13+++ b/src/storage/storage_backend_zfs.c
14@@ -33,8 +33,8 @@
15
16 VIR_LOG_INIT("storage.storage_backend_zfs");
17
18-#define ZFS "zfs"
19-#define ZPOOL "zpool"
20+#define ZFS "@zfs@"
21+#define ZPOOL "@zpool@"
22
23 /*
24 * Some common flags of zfs and zpool commands we use:
25--
262.36.2
27