Skip to content
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

Fails to deactivate LVM/LUKS volumes on shutdown #11618

Closed
abenson opened this issue May 10, 2019 · 1 comment
Closed

Fails to deactivate LVM/LUKS volumes on shutdown #11618

abenson opened this issue May 10, 2019 · 1 comment

Comments

@abenson
Copy link
Contributor

abenson commented May 10, 2019

System

xuname: Void 5.0.12_1 x86_64 GenuineIntel uptodate rrmFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

package: runit-void-20180623_2

Expected behavior

The system shuts down without errors.

Actual behavior

Deactivation of volume group and deactivation of crypt volume fail because the / filesystem is still in use.

Steps to reproduce the behavior

Make sure root (/) is on an LVM or LUKS volume. On shutdown, the system umounts all filesystems except root (/), which is mounted readonly. Because it is still mounted, deactivate_vgs and deactivate_crypt fail.

There's no harm in these failing, as the filesystems are already unmounted and synced. Could these steps be skipped for volumes that contain the root filesystem?

@Duncaen
Copy link
Member

Duncaen commented May 10, 2019

This is more a void-runit issue, not sure why you not opened an issue there.
See void-linux/void-runit#16, its similar.

@Duncaen Duncaen closed this as completed May 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants