<div dir="ltr">Am I understanding correctly? need:<br>1. Share ISCSI target on storage<br>2. In proxmox gui add this iscsi target to storages<br>3. create lvm over drive iscsi: pvcreate /dev/sdb<br>4. create vg  vgcreate LVM01 /dev/sdb<br>5. Add this LVM01 to gui interface and check to shared<br>I right?<br><br>When I add iscsi to gui storages proxmox create only one connect to storage, but <br>iscsiadm -m session -o show<br>showed me several connections, I like add manual iscsi connection to storage:<br>iscsiadm --mode node --targetname iqn.2014-11.local.freenas.istgt:vol0 --portal 192.168.7.11 --login<br>iscsiadm --mode node --targetname iqn.2014-11.local.freenas.istgt:vol0 --portal 192.168.7.11 --login<br><br>Is it correctly? And after that create lvm over dm device.<br><br>Please, correct me about procedure add lvm shared file system to proxmox.<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-11-30 18:03 GMT+02:00 Dietmar Maurer <span dir="ltr"><<a href="mailto:dietmar@proxmox.com" target="_blank">dietmar@proxmox.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> Is it safe to not use clvmd, and stay with local LVM locking?<br>
<br>
</span>Yes, as long as you use pve API and tools to allocate volumes.<br>
<span class=""><br>
> What kind of locking is being used in PVE?<br>
<br>
</span>We have an integrated, cluster wide locking mechanism inside pmxcfs.<br>
<div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
pve-devel mailing list<br>
<a href="mailto:pve-devel@pve.proxmox.com">pve-devel@pve.proxmox.com</a><br>
<a href="http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel" rel="noreferrer" target="_blank">http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel</a><br>
</div></div></blockquote></div><br></div>