Hello,
we use autoyast for a long time now. We always configured /tmp as a tmpfs.
For that, we add
<drive> <device>/dev/tmpfs</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">tmpfs</filesystem> <format config:type="boolean">true</format> <fstopt>size=512m,nodev,mode=1777</fstopt> <mount>/tmp</mount> </partition> </partitions> <type config:type="symbol">CT_TMPFS</type> <use>all</use> </drive>
But with Leap 15.2 , there is no entry for that in /Etc/fstab anymore.
Has something changed here?
Regards
Daniel
Am 23.07.20 um 10:22 schrieb Daniel Spannbauer:
Hello,
we use autoyast for a long time now. We always configured /tmp as a tmpfs.
For that, we add
<drive> <device>/dev/tmpfs</device> <initialize config:type="boolean">true</initialize> <partitions config:type="list"> <partition> <create config:type="boolean">true</create> <filesystem config:type="symbol">tmpfs</filesystem> <format config:type="boolean">true</format> <fstopt>size=512m,nodev,mode=1777</fstopt> <mount>/tmp</mount> </partition> </partitions> <type config:type="symbol">CT_TMPFS</type> <use>all</use> </drive>
But with Leap 15.2 , there is no entry for that in /Etc/fstab anymore.
Has something changed here?
Ja, systemd nennt sich diese Seuche.... Es sollte aber möglich sein, /etc/fstab manuell zu editieren und den Eintrag manuell zu setzen. Sollte. Mounte /tmp doch einfach mal manuell und trage es selbst ein in fstab.
Hallo Daniel, hallo zusammen,
Am Dienstag, 28. Juli 2020, 23:33:34 CEST schrieb mailinglisten@posteo.de:
Am 23.07.20 um 10:22 schrieb Daniel Spannbauer:
we use autoyast for a long time now. We always configured /tmp as a tmpfs.
But with Leap 15.2 , there is no entry for that in /Etc/fstab anymore.
Has something changed here?
Ja, systemd nennt sich diese Seuche....
Ich bin bestimmt nicht der größte systemd-Fan, aber in diesem Fall plädiere ich trotzdem auf unschuldig ;-)
Ich tippe eher auf einen Bug in autoyast, evtl. in Zusammenhang mit dem kompletten Rewrite des Codes, der sich um Festplatten, Partitionierung usw. kümmert (Stichwort "storage-ng"). Das ist zwar schon eine Weile her, aber ich schätze mal, dass nicht allzu viele Leute ein tmpfs in ihrem autoyast-Profil haben ;-) und sich daher auch ein Bug in diesem Bereich auch eine Weile halten kann.
Ich würde einen Bugreport für autoyast empfehlen.
Es sollte aber möglich sein, /etc/fstab manuell zu editieren und den Eintrag manuell zu setzen. Sollte. Mounte /tmp doch einfach mal manuell und trage es selbst ein in fstab.
Ja, das sollte auf jeden Fall klappen.
Gruß
Christian Boltz
Ich bin bestimmt nicht der größte systemd-Fan, aber in diesem Fall plädiere ich trotzdem auf unschuldig ;-)
Ich tippe eher auf einen Bug in autoyast, evtl. in Zusammenhang mit dem kompletten Rewrite des Codes, der sich um Festplatten, Partitionierung usw. kümmert (Stichwort "storage-ng"). Das ist zwar schon eine Weile her, aber ich schätze mal, dass nicht allzu viele Leute ein tmpfs in ihrem autoyast-Profil haben ;-) und sich daher auch ein Bug in diesem Bereich auch eine Weile halten kann.
Ich würde einen Bugreport für autoyast empfehlen.
Es sollte aber möglich sein, /etc/fstab manuell zu editieren und den Eintrag manuell zu setzen. Sollte. Mounte /tmp doch einfach mal manuell und trage es selbst ein in fstab.
Ja, das sollte auf jeden Fall klappen.
Flog wohl wirklich mit dem neuen storage_ng aus dem Autoyast.
EIntragen von Hand in die fstab ist keine Lösung.
Danke schonmal.
Gruß
Daniel