Commit 558703b
container/podman: fix
`DetermineDeviceStorage` was introduced in 1fb7f23
and returns `rootfsStorageDir, zfsFilesystem, zfsParent`.
But the PodMan implementation added in fea8256
assigns them to `rootfsStorageDir, zfsParent, zfsFilesystem`, so the `zfsParent`
and `zfsFilesystem` being reversed.
I'm not sure how to best verify this, but from the looks of it, that's a bug,
so updating the code to assign the right values.
Signed-off-by: Sebastiaan van Stijn <[email protected]>zfsFilesystem and zfsParent being swapped.1 parent fd4eb37 commit 558703b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
0 commit comments