Patch to setup-storage, add shell command output option (-C)

2016-09-15 Thread Paul Schulz
See the following patch which adds the '-C' option to setup-storage. This allows a dry-run to output the shell commands to be used by the script. Paul From 8e3ba3dd0898d0df59281f20d636eb47d68509c1 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Fri, 16 Sep 2016 14:22:59 +0930 Subject: [PATCH] Ad

Re: Patch to setup-storage, add shell command output option (-C)

2016-09-16 Thread Thomas Lange
> On Fri, 16 Sep 2016 05:06:32 +, Paul Schulz > said: > See the following patch which adds the '-C' option to setup-storage. > This allows a dry-run to output the shell commands to be used by the script. Hi Paul, what is the differenct between -C and ommiting -X? IMO it's t

Re: Patch to setup-storage, add shell command output option (-C)

2016-09-16 Thread Paul Schulz
Hi Thomas, Thank you for your reply. The proposal is a bit of a work-a-round for my other issue. At the moment, I'm still unable to generate the RAID1+CRYPT+LVM configuration I am after with setup-storage (see other emails). Feel free NOT to apply the patch. With the output from '-C', I can save

Re: Patch to setup-storage, add shell command output option (-C)

2016-09-16 Thread Thomas Lange
> On Sat, 17 Sep 2016 04:02:39 +, Paul Schulz > said: > With the output from '-C', I can save the commands, review them, and edit the output to include the cryptsetup commands > that I'm missing, then run the resulting script. You can do the same if you omit the -X when call