Ubuntu Pastebin

Paste from Oleg Strikov at Thu, 4 Jun 2015 13:15:07 +0000

Download as text
1
2
3
4
5
6
7
8
ubuntu@ubuntu:~$ cat /etc/multipath.conf 
defaults {
        user_friendly_names yes
}
ubuntu@ubuntu:~$ ls /dev/mapper/
control       mpath0        mpath0-part1  
ubuntu@ubuntu:~$ sudo dmsetup ls --target multipath --exec "/sbin/kpartx -a -p -part"
ubuntu@ubuntu:~$ 
Download as text