/home was a tmpfs the whole time #129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "home-subvol"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #128. Creating
/home/lamentfixed the missing-cwd error, but the directory was landing on the tmpfs root - so the standalone HM profile, and everything else in there, died on every reboot. The Fate hosts lost theirs to a power outage longer than the UPS; athena had simply not rebooted since July, which is the only reason its 77M of/homestill existed. That was RAM, not disk.@homesubvol added tobios-linode,uefi-plain,uefi-luks,uefi-laptopuefi-lvm(ishtar) already had one - this brings the rest of the fleet to the pattern it setnodatacowon the VM layouts to match their sibling subvols: btrfs-on-zfs would otherwise stack CoW on CoW. ishtar keepscompress=zstd, bare metal, no ZFS underneath/persistusers.<name>form entirely, which can't deduce a home for an sssd-only account (nousers.users.lamentto read it from)/home, rather than every boot into a tmpfsdisko only lays subvols down at install time, so the four existing hosts had theirs created by hand (
btrfs subvolume createagainstsubvolid=5) before this lands. athena's tmpfs/homeis deliberately not preserved - stale project dir, dead zsh history, a re-loginable claude session.Needs a reboot per host to actually pick up the new mount.