Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 May 2003 22:32:52 -0700 (PDT)
From:      Greg Lehey <grog@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/vinum vinumio.c
Message-ID:  <200305050532.h455WqlU029855@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
grog        2003/05/04 22:32:52 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/vinum        vinumio.c 
  Log:
  vinum_scandisk: Make sure the config is locked before we mess around
  with it.
  
  Finally implement read policies.  The previous "implementation" didn't
  work because it referred to plexes which were almost invariably when
  referred to.  Instead, deprecate the "prefer" keyword for volumes
  (though it's still there for the moment) and add a keyword "preferred"
  to the plex definition.  The relationship is like this:
  
  Old:
  
    vol foo ... prefer foo.p3
  
  New:
  
    plex foo.p3 volume foo preferred
  
  print_config: Print "preferred" where appropriate.
                No longer print "prefer" on volume config entries.
  
  Revision  Changes    Path
  1.86      +22 -15    src/sys/dev/vinum/vinumio.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305050532.h455WqlU029855>