Skip to content

Commit 66e2a81

Browse files
committed
guestfs: Fix definition of guestfs_storage_dir
{{ kdevops_storage_pool_path }} already ends with "/kdevops", so remove that string from the end of guestfs_storage_dir to ensure the permissions check is examining the correct directory. Reviewed-by: Daniel Gomez <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
1 parent d39a3b3 commit 66e2a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kconfigs/Kconfig.guestfs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ config STORAGE_POOL_PATH
88
config GUESTFS_STORAGE_DIR
99
string
1010
output yaml
11-
default "{{ kdevops_storage_pool_path }}/kdevops/guestfs"
11+
default "{{ kdevops_storage_pool_path }}/guestfs"
1212

1313
config GUESTFS_BASE_IMAGE_DIR
1414
string

0 commit comments

Comments
 (0)