
On Mon, Oct 5, 2015 at 10:16 AM, auxsvr <auxsvr@gmail.com> wrote:
On Monday 05 of October 2015 09:46:38 Andrei Borzenkov wrote:
On Sun, Oct 4, 2015 at 2:32 PM, auxsvr <auxsvr@gmail.com> wrote:
# dmsetup ls ST3120811AS_6PT0TQ9P-part1 (254:11) ST3120811AS_6PT0TQ9P (254:2)
So your root is /dev/mapper/house-system which itself sits on top of device 254:11 which is ST3120811AS_6PT0TQ9P-part1 which sits on top of ST31000528AS_9VP2VWC2 which *is* multpath device. In retrospect "dmsetup ls --tree" had made it easier probably :)
So you do use multipath for your root. I have no idea why. Could you please show /etc/multipath.conf (probably as "grep -v '^#' to strip off comments).
I don't think so,
# dmsetup ls --tree ST31000528AS_9VP2VWC2-part2 (254:4) └─ST31000528AS_9VP2VWC2 (254:0) └─ (8:0) ST31000528AS_9VP2VWC2-part1 (254:3) └─ST31000528AS_9VP2VWC2 (254:0) └─ (8:0) house-home (254:16) ├─WDC_WD800JB-00ETA0_WD-WMAHL1387773-part1 (254:13) │ └─WDC_WD800JB-00ETA0_WD-WMAHL1387773 (254:10) │ └─ (8:48) ├─WDC_WD1200JD-00GBB0_WD-WMAES3432850-part1 (254:8) │ └─WDC_WD1200JD-00GBB0_WD-WMAES3432850 (254:1) │ └─ (8:16) ├─WDC_WD1200JD-00GBB0_WD-WMAES3432850-part2 (254:9) │ └─WDC_WD1200JD-00GBB0_WD-WMAES3432850 (254:1) │ └─ (8:16) └─ST3120811AS_6PT0TQ9P-part2 (254:12) └─ST3120811AS_6PT0TQ9P (254:2) └─ (8:32) ST3120811AS_6PT0TQ9P-part1 (254:11) └─ST3120811AS_6PT0TQ9P (254:2) └─ (8:32) WDC_WD800JB-00ETA0_WD-WMAHL1387773-part2 (254:14) └─WDC_WD800JB-00ETA0_WD-WMAHL1387773 (254:10) └─ (8:48) ST31000528AS_9VP2VWC2-part6 (254:7) └─ST31000528AS_9VP2VWC2 (254:0) └─ (8:0) house-system (254:15) └─ST3120811AS_6PT0TQ9P-part2 (254:12) └─ST3120811AS_6PT0TQ9P (254:2) └─ (8:32)
This is multipath device. ST3120811AS_6PT0TQ9P dm-0 ATA,ST3120811AS size=112G features='0' hwhandler='0' wp=rw `-+- policy='service-time 0' prio=1 status=active `- 2:0:0:0 sdc 8:32 active ready running
ST31000528AS_9VP2VWC2-part5 (254:6) └─ST31000528AS_9VP2VWC2 (254:0) └─ (8:0) ST31000528AS_9VP2VWC2-part4 (254:5) └─ST31000528AS_9VP2VWC2 (254:0) └─ (8:0)
My root sits on 254:12, which is independent of ST31000528AS_9VP2VWC2; the latter is a disk with a btrfs partition mounted on /home/petros/mnt. dmsetup table still indicates that no device is multipath-enabled (I'm reading the numbers after the word multipath and they're <=1), also multipathd is not running. The weird thing is that a file /etc/multipath/wwids now exists, which didn't exist yesterday. Its contents are:
# Valid WWIDs: /ST31000528AS_9VP2VWC2/ /WDC_WD1200JD-00GBB0_WD-WMAES3432850/ /ST3120811AS_6PT0TQ9P/ /WDC_WD800JB-00ETA0_WD-WMAHL1387773/ -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org