Commit ef5abe9
authored
fix: v7 import does not set meta root (ThinkParQ/beegfs-rs#180)
Recent changes skip setting the root inode on the first meta target when importing v7 data.
This made the UPDATE query used to set the meta root silently do nothing since the table is empty.
Instead use an INSERT query to add a single row with the given information.1 parent 99331e2 commit ef5abe9
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | | - | |
| 316 | + | |
| 317 | + | |
317 | 318 | | |
318 | | - | |
319 | 319 | | |
320 | 320 | | |
321 | | - | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
0 commit comments