-
Notifications
You must be signed in to change notification settings - Fork 139
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
Add .beeshome to the list of ignored subvolumes #2223
Comments
I am currently working on this issue. Given we are likely to encounter other uses for a system-wide subvolume exclusion mechanism I'll use this issue to add a generic hard-wired system such as we already have for our system pool, but for all pools. Our existing system pool subvol blacklist is intended to mask subvols associated with a default openSUSE Leap install, such as for example the /var subvol. Where as I see the required mechanism here as one that might be used to mask 'after market'/non-native subvols, such as the indicated ".beeshome" one. This subvol exclusion mechanism is important as a means by which we can remove incompatibilities that might otherwise hinder or break Rockstor's presentation of the imported pool states. Given non native subvols may well not comply to Rockstor's own expected subvol hierarchy/placement. |
Adds an additional hard coded subvolume exclusion list, akin to the existing system drive only one. All subvolume matches, by name, to list members are ignored. List pre-populated by ".beeshome" and it's possible boot-to-snapshot counterpart "@/.beeshome". Includes a unit test mocking a typical data drive including the target ".beeshome" subvolume to prove the exclusion mechanisms function.
…e_exclusion_mechanism Add system-wide subvol exclusion mechanism (#2223)
See discussion here:
https://forum.rockstor.com/t/bees-beeshome-subvolume-getting-remounted-by-rockstor/7355/2
The gist is that I am requesting that .beeshome be added to the list of ignored subvolumes.
The text was updated successfully, but these errors were encountered: