Hi guys.<br><br>I have a problem here... iSCSI devices with LVM2. My problem is that lvm2 runs vgchange -aln (S50 in rc6). But even if I run this command with the remaining non-iscsi volumes (I deal with iscsi volumes in the umountiscsi init), the vgchange command will scan for my iscsi volumes anyway, and hang the system...<br>
<br>For example : <br><br>vol1 non-iscsi<br>vol2 iscsi<br><br>unmount iscsi devices.<br>run lvchange -aln &lt;device&gt;<br>Then run vgchange -aln vol2<br><br>then stop open-iscsi<br>then run vgchange -aln vol1.<br><br>and voila, system hangs.<br>
<br>Can I just skip this step ? (vgchange -aln). What are the risks? if vgchange needs all volumes available to run, then I don&#39;t see how one can have iscsi devices (or any network devices) with LVM... <br><br>Any ideas here ?<br>
<br>Pat<br>