Commit a0f525b
committed
fix: Set overlay options when needed
lib.optional returns the empty set [] when a check is false.
In the default state this causes the options to be set to an empty list which
the module does not allow. So append the new options only if
isRwStoreVirtiofsShare is true.
Signed-off-by: Brian McGillion <bmg.avoin@gmail.com>1 parent 63b914d commit a0f525b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments