Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Harald Leithner
Am 22.06.2016 um 12:10 schrieb Marco Gaiarin: Mandi! Emmanuel Kasper In chel di` si favelave... Just submit the formular and one of the moderators will grant you an account. Seems i was able to complete the registration form... Harald, try to jump out of the ''equation'' input box with

Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Marco Gaiarin
Mandi! Emmanuel Kasper In chel di` si favelave... > Just submit the formular and one of the moderators will grant you an > account. Seems i was able to complete the registration form... Harald, try to jump out of the ''equation'' input box with a tab, and then push 'confirm' in the form. --

Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Harald Leithner
Am 22.06.2016 um 10:44 schrieb Emmanuel Kasper: On 06/22/2016 09:31 AM, Marco Gaiarin wrote: Mandi! Michael Rasmussen In chel di` si favelave... Multipath must be manually configured via CLI. Seems rather a 'FAQ', i've hitted the same things a month ago, but i've had found that posts

Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Emmanuel Kasper
On 06/22/2016 09:31 AM, Marco Gaiarin wrote: > Mandi! Michael Rasmussen > In chel di` si favelave... > >> Multipath must be manually configured via CLI. > > Seems rather a 'FAQ', i've hitted the same things a month ago, but i've > had found that posts on the forum: > >

Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Harald Leithner
Hi, thank you for pointing this out for me. Also thanks an Marco for the forum Link, a wiki update would be a real good idea. I tried to request an account but was unable to solve the "confirmation code"?! @the multipathing topic to restore vms, I restored a VM without and problems. thx

Re: [PVE-User] LVM over ISCSI Bad performance

2016-06-22 Thread Sebastian Gruner
Hi, you have to create a physical volume for each LUN Pvcreate /dev/dm-0 Pvcreate /dev/dm-1 Then you can create a volumegroup Vgcreate groupname /dev/dm-0 And extend the group with the second volume Vgextend groupname /dev/dm-1 After that you can mount the lvm group aus storage in

[PVE-User] LVM over ISCSI Bad performance

2016-06-21 Thread Harald Leithner
Hi, I have a MSA2312 connected with 1gbit to a 3 node PVE 4.2 Cluster. I managed to get ISCSI and LVM working and attached it to a VM. Atm I didn't manage to get multipath working with PVE because the Wikipage tells me how to create multipath (which works) but not how PVE uses it for LVM