-
Notifications
You must be signed in to change notification settings - Fork 2
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
manuelly splitt metadata from other data #50
Comments
There's a patch set for that feature. Because those patches are difficult to find and track, I collected them here: |
Also, I think this is already discussed in #19 |
A line could be added to the doc to clarify that there is no ordering between options and devices, so they have the same meaning in any order. Note that this is already stated in the synopsis:
Unfortunately that can't be strictly enforced as it would break any existing script that puts an option after a device name on the command line. There could be at most a warning message indicating this ordering of options is deprecated. The synopsis for a
The current behavior is that this:
is exactly identical to any of:
To clarify the proposed change in #19, to maintain compatibility,
|
This is a cool idea to pre-fill the preference hint on creation. I like that. |
when i use:
mkfs.btrfs -mraid1 /dev/sd[a,b] -dsingle /dev/sdc
why btrfs writes metadata on dev sdc that makes no sense.
i my case i would use ssd for metadata and a hdd for data.
after some questions in irc i have heard btrfs don't support but the tool gives no warning.
why i can change profiles seperatly between meta and data but not select the devices they have to use. so i think is a nonsense feature.
The text was updated successfully, but these errors were encountered: