On 1 Jun 2018, at 19:14, Chris Nighswonger <cnighswon...@foundations.edu> wrote:
> 
> Based on the example disklist file, it looks like when using the multi-line 
> format, you need a leading slash before your diskname entry:
> 
> /tank/jail/webhost091
> 
> or some such.

Unfortunately - the disk is a ZFS volume - so one does not really want the 
slash there. And the no-multi-line version of the same does work.

Or is there something special in the multi line code that uses a ^\\\w+ sort of 
regex ?  

Dw.

> On Fri, Jun 1, 2018 at 12:09 PM, Dirk-Willem van Gulik <di...@webweaving.org 
> <mailto:di...@webweaving.org>> wrote:
> I’ve got a bit of an oddity with the disklist - suspect it is really trivial; 
> but am not seeing it.
> 
> This works splendidly and as expected:
> 
>         ...
>         xxxx.webweaving.org <http://xxxx.webweaving.org/>            
> tank/jail/webhost openssl-client-encrypt-best-zfssnapshot-jail
> 
> But this (with whitespace reduced to just space and a \n straight after every 
> line, no space in between):
> 
>         xxxx.webweaving.org <http://xxxx.webweaving.org/>          
> tank/jail/webhost091 {                                           
>                 openssl-client-encrypt-best-zfssnapshot-jail
>                 exclude append "./usr/local/www/logs"
>         }
> 
> Gives me the error:
> 
>         ERROR: xxxx.webweaving.org <http://xxxx.webweaving.org/>: [can not 
> stat tank/jail/webhost091: No such file or directory]
> 
> And bringing it back to just:
> 
>         xxxx.webweaving.org <http://xxxx.webweaving.org/>          
> tank/jail/webhost091 {                                           
>                 openssl-client-encrypt-best-zfssnapshot-jail
>         }
> 
> gives me the same error. This is on Amanada 3.3.9, stock FreeBSD install 
> against a stock FreeBSD-11.1 remote host with zfs #28.
> 
> What am I missing. Must be trivial !
> 
> Thanks,
> 
> Dw.
> 
> 
> 

Reply via email to