Commit 09a1b39
committed
Force creation of shared mount points during overlay creation (CLOS-2565)
leapp is expecting system to have `shared` mounts propagation
by default which is wrong for os's like CloudLinux where all
mountpoints are created in `private` mode
this patch explicitly adds `--make-shared` option to `mount` command
to preserve expected behaviour of `shared` mount points during elevation
this changed does not affect existing mount points,
only those which are temporary created during upgrade process1 parent 35d9ae4 commit 09a1b39
File tree
2 files changed
+34
-3
lines changed- repos/system_upgrade/common/libraries
2 files changed
+34
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
293 | 303 | | |
294 | 304 | | |
295 | 305 | | |
296 | | - | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
297 | 309 | | |
298 | 310 | | |
299 | 311 | | |
300 | 312 | | |
| 313 | + | |
301 | 314 | | |
302 | 315 | | |
303 | 316 | | |
304 | 317 | | |
305 | 318 | | |
306 | 319 | | |
307 | 320 | | |
308 | | - | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
309 | 332 | | |
310 | 333 | | |
311 | 334 | | |
| |||
323 | 346 | | |
324 | 347 | | |
325 | 348 | | |
326 | | - | |
| 349 | + | |
327 | 350 | | |
328 | 351 | | |
329 | 352 | | |
| |||
404 | 427 | | |
405 | 428 | | |
406 | 429 | | |
| 430 | + | |
407 | 431 | | |
408 | 432 | | |
409 | 433 | | |
| |||
421 | 445 | | |
422 | 446 | | |
423 | 447 | | |
| 448 | + | |
424 | 449 | | |
425 | 450 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments