Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Thomas Lange
> On Tue, 20 Sep 2016 23:51:47 +, Paul Schulz > said: > How's this? It's now applied. Thanks for your patch. -- regards Thomas

Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Paul Schulz
How's this? On Tue, 20 Sep 2016 at 21:29 Thomas Lange wrote: > > On Tue, 20 Sep 2016 11:36:41 +, Paul Schulz < > p...@mawsonlakes.org> said: > > > Can this be put into the documentation somewhere? > Do you have a patch for this? > -- > regards Thomas

Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Andrew Ruthven
Also, as I've just managed to work, to have LUKS encrypt an LVM LV you need to specify the path to the LV, for example: disk_config cryptsetup luks   /srv/node/obj01  /dev/vgobj01/lvobj01  xfs  rw  createopts="-L obj01" That took a bit of head bashing to work out, initially I was trying

Re: FAI with RAID+CRYPT+LVM

2016-09-20 Diskussionsfäden Thomas Lange
> On Tue, 20 Sep 2016 11:36:41 +, Paul Schulz > said: > Can this be put into the documentation somewhere? Do you have a patch for this? -- regards Thomas

Re: FAI with RAID+CRYPT+LVM

2016-09-15 Diskussionsfäden Paul Schulz
I am still having an isse with the setup-disk configuration I'm now getting the following error after the file is parsed.. "Cannot determine size of /dev/mapper/md1_crypt - scheme unknown" See attached files: raid1-disk1-disk2t.txt - Just RAID1 lvm-disk1-disk2.txt - RAID1+LVM (works)

Re: FAI with RAID+CRYPT+LVM

2016-08-24 Diskussionsfäden Paul Schulz
Hi Alexandros Thank you for your reply. It was helpful and I have made some progress, but I'm still getting errors when processing the 'cryptsetup' stanza. I have attached my FAI configuration files that I am tying to parse. FSRAID - produces error on 'luks' line FSRAID-parses (If I comment

Re: FAI with RAID+CRYPT+LVM

2016-08-23 Diskussionsfäden Alexandros Afentoulis
On 08/22/2016 09:56 AM, Paul Schulz wrote: (Repeated as first attempt didn't go through.) Greetings, I have been asked to setup some systems with an encrypted disk configuration (see below for FAI setup-storage format), essentially two disks with: RAID1(/boot+other) < Crypt(other) <