Re: auto-activating iSCSI device with an LVM volume group
Robert Rottscholl <[email protected]>
| Newsgroups | gmane.linux.debian.ports.amd64 |
|---|---|
| Message-ID | <[email protected]> |
Hi Seb, since nobody answered I looked into your problem. I assume that you either use wheezy or squeeze. In both versions your setup should be possible. In the Debian BTS I found a thread dealing with your problem: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=498616 , according to it you should add your lvm to LVMGROUPS in /etc/default/open-iscsi and you should enable automatic in /etc/iscsi/iscsid.conf setting node.startup to automatic. I hope this helps cheers Robert Am 10.04.2014 00:11, schrieb Seb: > Hi, > > I've been trying to find the proper piece of documentation that explains > why an iSCSI device I have access to is not activated automatically at > boot time. Access to the device is via open-iscsi package, and the > device is perfectly accessible once it is manually activated using > GParted. The device holds a single LVM physical volume containing a > single logical volume group, onto which an ext4 file system has been > created. I can mount and use this file system without problems. > However, I don't understand why the physical volume is not automatically > activated at boot time, which means I have to manually do it in GParted, > and then mount the file system available in the LVM. How can these > steps be automated at boot time? > > Cheers, >