-
Notifications
You must be signed in to change notification settings - Fork 198
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
Adding pquota to /etc/fstab for rootfs requires adding dracut rootflags
argument
#1059
Comments
note this is needed for https://pagure.io/atomic-wg/issue/352 |
I think you need to add a kernel option to
This is what my f26 machine looks like. |
Ah yes, dracut already supports @dustymabe So for cloud images we can just set this in the |
|
Yes...but we'd need some mechanism to know to update the bootloader configuration whenever (But of course |
Or TL;DR I think we could do something to make it Just Work but it'd be rather nontrivial. One reason to do that work though is to support people disabling or changing the option - they'd need to know to find the option in two places too. |
we should probably try to match what users expect. The best approach would be to make whatever is in fstab be the source of truth. if we can't have that without a lot of pain and suffering then we could have something that checks and reports to the user when there is an issue (i.e. out of sync rootflags and fstab). This could show up in the |
rootflags
argument
Another huge wrinkle in this is that I suspect (but haven't tested) that if one takes the FAH ostree commit and deploys it on a filesystem without |
(Er, ignore the last comment, I was thinking about this wrong, it's just a kernel arg) |
systemd also ships an Also with #2170, it's much cheaper now to inject configuration into the initrd. There's work missing though in Anaconda to actually leverage it. That said, this is less relevant now with the move towards fstab-less systems. Tentatively closing. |
On a Fedora (27,26) Atomic Host system I specify
pquota
as a filesystem option in anaconda and this properly gets placed in the fstab:but the option does not actually get applied when mounting the root filesystem:
version used:
The text was updated successfully, but these errors were encountered: