| commit | 0dbd99fb3e117cd5f87eda492b6b4fab1b5bea23 | [log] [tgz] |
|---|---|---|
| author | Goffredo Baroncelli <kreijack@inwind.it> | Wed Jun 15 21:55:25 2011 +0200 |
| committer | Chris Mason <chris.mason@oracle.com> | Tue Oct 25 09:19:00 2011 -0400 |
| tree | 2eac9041b342d4f120e7578db697b368e20fc5b2 | |
| parent | 521770b7a9bef17dcbcee514da5052b3e06120d2 [diff] |
Scan the devices listed in /proc/partitions During the commands: - btrfs filesystem show - btrfs device scan the devices "scanned" are extracted from /proc/partitions. This should avoid to scan devices not suitable for a btrfs filesystem like cdrom and floppy or to scan not existant devices. The old behavior (scan all the block devices under /dev) may be forced passing the "--all-devices" switch.