Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Ravi Pokala
-Original Message- From: on behalf of Colin Percival Date: 2020-05-17, Sunday at 18:30 To: Oliver Pinter Cc: "src-committ...@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-h...@freebsd.org" Subject: Re: svn commit: r361143 - head/release/tools

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Rodney W. Grimes
> On Sun, 17 May 2020 at 20:24, Conrad Meyer wrote: > > > > On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > > > On Sunday, May 17, 2020, Colin Percival wrote: > > >> +# Provide instructions on how to mount the requested filesystem. > > >> +FS=$1 > > >> +REGION=`fetch -qo- > > >>

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Mark Linimon
Defining it to MAGIC_UNROUTED_IP_ADDRESS or something would have obviated our questions :-) mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Colin Percival
On 2020-05-17 16:48, Oliver Pinter wrote: > On Sunday, May 17, 2020, Colin Percival > wrote: > +REGION=`fetch -qo- > http://169.254.169.254/latest/meta-data/placement/availability-zone >

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Ed Maste
On Sun, 17 May 2020 at 20:24, Conrad Meyer wrote: > > On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > > On Sunday, May 17, 2020, Colin Percival wrote: > >> +# Provide instructions on how to mount the requested filesystem. > >> +FS=$1 > >> +REGION=`fetch -qo- > >>

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Conrad Meyer
On Sun, May 17, 2020 at 4:49 PM Oliver Pinter wrote: > On Sunday, May 17, 2020, Colin Percival wrote: >> +# Provide instructions on how to mount the requested filesystem. >> +FS=$1 >> +REGION=`fetch -qo- >> http://169.254.169.254/latest/meta-data/placement/availability-zone | sed -e >>

Re: svn commit: r361143 - head/release/tools

2020-05-17 Thread Oliver Pinter
On Sunday, May 17, 2020, Colin Percival wrote: > Author: cperciva > Date: Sun May 17 21:54:59 2020 > New Revision: 361143 > URL: https://svnweb.freebsd.org/changeset/base/361143 > > Log: > Add /etc/autofs/special_efs to EC2 AMIs > > Since Amazon Elastic File System is only available within

svn commit: r361143 - head/release/tools

2020-05-17 Thread Colin Percival
Author: cperciva Date: Sun May 17 21:54:59 2020 New Revision: 361143 URL: https://svnweb.freebsd.org/changeset/base/361143 Log: Add /etc/autofs/special_efs to EC2 AMIs Since Amazon Elastic File System is only available within AWS, it seems more appropriate to have this added only in EC2