Displaying 4 results from an estimated 4 matches for "viric".
Did you mean:
vidic
2012 Dec 27
2
btrfs df confusion
...cal review for
correctness. This particular topic is already confusing - some
unnecessary sarcasm made it even more so:
https://btrfs.wiki.kernel.org/index.php/FAQ#Why_does_df_show_incorrect_free_space_for_my_RAID_volume.3F
Due to the terms "used" and "allocated" in the wiki, viric in #btrfs
made the good suggestion that we could adjust the show and df output
with more intuitive language:
Before I git a patch together, please let me know if there are any good
reasons why we wouldn''t want to make such a change.
(13:31:29) viric: zatricky: "devid ... used&quo...
2012 Oct 26
4
Can't replace a faulty disk of raid1
Hello,
I had a raid1 btrfs (540GB) on vanilla 3.6.3, a disk failed, and removed it at
power off, plugged in a new one, partitioned it (to 110GB, by error), and added
it to btrfs.
I tried to remove the missing device, and it said "Input/output error" after a
while. Next attempts simply gave "Invalid argument".
I repartitioned, rebooted the system, and made the partition grow:
2012 Oct 23
0
Between single/dup and raid1/raid1
Hello,
today I wanted to remove one drive from raid1, and people at #btrfs advised me
to use ''-dconvert=single'' before ''btrfs device delete''.
I thought of adding ''-mconvert=dup'' too, but the kernel does not let me do that.
It looks like ''dup'' is disallowed for an array of multiple devices. So, to go
back to a single-drive
2012 Aug 15
6
State of nocow file attribute
Hello,
some time ago we discussed on #btrfs that the nocow attribute for files wasn''t
working (around 3.3 or 3.4 kernels). That was evident by files fragmenting even
with the attribute set.
Chris mentioned to find a fix quickly for that, and posted some lines of change
into irc. But recently someone mentioned that 3.6-rc looks like still not
respecting nocow for files.
Is there really