-
Notifications
You must be signed in to change notification settings - Fork 106
Fixed issues in Image Building chapter in the Administration Guide bsc#1245987 #4173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
OS Images can require a significant amount of storage space. | ||
Therefore, we recommended that the OS Image store is located on a partition of its own or on a Btrfs subvolume, separate from the root partition. | ||
Therefore, we recommend that the OS Image store is located on a partition of its own or on a Btrfs subvolume, separate from the root partition. | ||
By default, the image store is located at [path]``/srv/www/os-images``. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be removed.
Kiwi image store is hardcoded without option to change it. I think this snippet is from the time when we though about adding proper store, but this never materialized.
Also with containerization, this is completely obsoleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I removed l. 504. Or shall I remove more here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change the line
By default, the image store is located at [path]
/srv/www/os-images
.
to
OS Image store is using
srv-www
volume.
That make sense coming together with the existing first line talking about storage space.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
now I understand.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but there are more places, and not everything is clear...
For link to HTML output, see https://github.com/SUSE/spacewalk/issues/27790