[lvm-devel] [PATCH v3 03/18] fsadm: Add simple configuration file

Lukas Czerner lczerner at redhat.com
Mon Oct 3 16:44:04 UTC 2011


On Tue, 27 Sep 2011, Zdenek Kabelac wrote:

> Dne 27.9.2011 15:42, Lukas Czerner napsal(a):
> > Signed-off-by: Lukas Czerner <lczerner at redhat.com>
> > ---
> >  scripts/fsadm.sh |   30 ++++++++++++++++++++++++++++++
> >  1 files changed, 30 insertions(+), 0 deletions(-)
> > 
> > diff --git a/scripts/fsadm.sh b/scripts/fsadm.sh
> > index 58ff0ab..98921d3 100755
> > --- a/scripts/fsadm.sh
> > +++ b/scripts/fsadm.sh
> > @@ -88,6 +88,9 @@ PROCDEVICES="/proc/devices"
> >  PROCPARTITIONS="/proc/partitions"
> >  NULL="$DM_DEV_DIR/null"
> >  
> > +CONFIG_PATHS="/etc/fsadm.conf ~/fsadm.conf"
> > +CONFIG=
> > +
> 
> 
> Looks too complicated -  sourcing config file with some defines looks like
> better approach here  if you really think it's useful.
> 
> 
> Zdenek

I do not think we should or can support setting all the different
variables we are using in fsadm via configuration file. That is why I
choose to only have strictly defined options in configuration file. This
way we have absolute control over what is configured via the
configuration file, which is the right approach.

Thanks!
-Lukas

> 
> --
> lvm-devel mailing list
> lvm-devel at redhat.com
> https://www.redhat.com/mailman/listinfo/lvm-devel
> 




More information about the lvm-devel mailing list