On Mon, Mar 29, 2010 at 9:38 AM, Craig Constantine <[email protected]> wrote:
> ...line 2 is the "define holdingdisk . . ." line. Isn't this how I define a
> holdingdisk?

Until 3.1, you had to just use

 holdingdisk foo {
  ...
 }

In 3.1, you can define as many holding disks as you want, and then use them
 define holdingdisk "foo" {
   ...
 }
 define holdingdisk "bar" {
   ...
 }

 holdingdisk "foo"

Where the form without the "define" is considered a combination: define and use.

Dustin

-- 
Open Source Storage Engineer
http://www.zmanda.com

Reply via email to