Skip to content

Photon RPM OSTree: Appendix A: Known issues

Danut Moraru edited this page Jun 17, 2016 · 24 revisions

systemd-networkd and systemd-resolved not starting in the updated image, on reboot

If you compose a custom image on the server, download at the RPM-OSTree host the updated image and reboot, systemd-networkd may report an access denied error. This is a bug that was discovered very late and we didn't have time to address it for Photon v1.0 GA. We will have a fix in the update repo, as soon as we can get it ready.

Package differences between RPM-OSTree "minimal" and minimal installation profile

This is not an actual issue, I'm only mentioning because of naming - people may expect that installing an RPM-OSTree host using the photon/1.0/x86_64/minimal reftag will create an exact equivalent, albeit read-only replica of the Photon minimal, when in fact you get fewer packages. That is because we were constrained by size of the starter ostree repo included on the cdrom, needed in order to install fast the server and the default host, yet still small enough for the ISO installer to run in 384 MB RAM in Fusion and Workstation, 512 MB in ESX.

That's easy to overcome - just add the wanted package names in the photon-base.json and re-compose the tree.

Manual pages not included for installed packages

The packages in photon-base.json don't have their manual pages installed. This is for the same reason - keep the cdrom included ostree repo size small. If the manual pages are desired, just change to true the documentation setting in photon-base.json and re-compose.

Back to main page | Previous page

Clone this wiki locally