Conversation
…36463) That's basically bnc#717321 but for storage-ng.
|
Just a note: See https://github.com/yast/yast-packager/blob/d4a21e0ac882b23b68a935367b89e8a1ca6fb273/src/clients/inst_kickoff.rb#L32-L45 We already similarly mount /dev/ at a different place. I even thought we did it for more... |
|
I've seen it. Still, the canonical place seems to be Of course, we unmount |
ancorgs
left a comment
There was a problem hiding this comment.
LGTM. I'm just curious about why we left /run out when we ported this from storage to storage-ng initially (done here #108). But since I didn't find any reason or explanation for that in Trello or Bugzilla, I guess there was no good reason and bringing it back is correct.
|
✔️ Public Jenkins job #200 successfully finished |
|
✔️ Internal Jenkins job #25 successfully finished |
Problem
https://bugzilla.suse.com/show_bug.cgi?id=1136463
Files in
/runare needed also in the target system during installation.That's basically bnc#717321 but again for storage-ng.
Solution
Bind-mount
/runinto target system.See also
https://bugzilla.suse.com/show_bug.cgi?id=717321
Same issue in SLE12, fixed in old storage stack.
https://github.com/yast/yast-storage/blob/SLE-12-SP5/src/clients/inst_prepdisk.rb#L143-L166
Testing
Tested manually.