linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 'filesystem resize max' tries to use devid 1
@ 2012-04-23  3:03 Jeremy Atkins
  2012-04-24 15:31 ` Josef Bacik
  0 siblings, 1 reply; 6+ messages in thread
From: Jeremy Atkins @ 2012-04-23  3:03 UTC (permalink / raw)
  To: linux-btrfs

Back story:
I started my pool with a 200gb partition at the end of my drive (sdc5)
, until I was able to clear out the data at the beginning of my drive.
 When I was ready, I ran `btrfs dev add /dev/sdc4 /` then `btrfs dev
del /dev/sdc5 /`,

$ sudo btrfs fi resize max /
Resize '/' of 'max'
ERROR: unable to resize '/' - Invalid argument

in dmesg i see:
[ =A0 72.729685] btrfs: resizer unable to find device 1

$ sudo btrfs fi df /
Data: total=3D34.00GB, used=3D17.79GB
System, DUP: total=3D64.00MB, used=3D20.00KB
Metadata, DUP: total=3D33.50GB, used=3D394.93MB

$ sudo btrfs fi sh
Label: none =A0uuid: b0ad55e2-09e0-4658-8cab-d2e11ba03753
=A0 =A0 =A0 =A0 Total devices 1 FS bytes used 17.18GB
=A0 =A0 =A0 =A0 devid =A0 =A02 size 1.62TB used 101.12GB path /dev/sdc4


$ uname -r
3.3.2-1.fc16.x86_64

btrfs-progs version is current git master ( commit 1957076 )

After writing this email, and searching around the wiki some, I
discovered the command to resize specific devids,

[antrat@tbox ~]$ sudo btrfs fi resize 2:max /
Resize '/' of '2:max'

and in dmesg:
[ 1661.933884] btrfs: resizing devid 2
[ 1661.933895] btrfs: new size for /dev/sdc4 is 1995564908544
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" =
in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-24 15:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-23  3:03 'filesystem resize max' tries to use devid 1 Jeremy Atkins
2012-04-24 15:31 ` Josef Bacik
2012-04-24 15:39   ` Ilya Dryomov
2012-04-24 15:42     ` Josef Bacik
2012-04-24 15:58       ` Ilya Dryomov
2012-04-24 15:59       ` Chris Mason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).