From owner-freebsd-fs@FreeBSD.ORG Wed Mar 2 21:15:09 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA7581065672 for ; Wed, 2 Mar 2011 21:15:09 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 56B518FC18 for ; Wed, 2 Mar 2011 21:15:09 +0000 (UTC) Received: by bwz12 with SMTP id 12so624403bwz.13 for ; Wed, 02 Mar 2011 13:15:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:x-comment-to:date :in-reply-to:message-id:user-agent:mime-version:content-type; bh=x9sT6BQim8jrwcrkt/HknVfJxiMbyzHcvxgzqSb8s00=; b=MXtHYT8Y3rgDH4n8XlcEC+9m9uMmuDohEzn8sC5S5AQt9UbieaGsG/bqOy2WKJVyGy RxKoerLIrm1SUwmk67QRt/Ndnk/1ikndiHddRqTQE+zLe2vWK/gMNEhieI58+q9x1GFY fxv+OJffa5Qbv71XO1rRnj3hjY6Ua/6xs+/rk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:x-comment-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=jlvg1uBbHS5x4h6kRRL8rkvxioGGDbNSaxYMlEEJ0PFHhUCJ2huP9z8w0Bf5zAVUQe lAWRNljXMyKZ78N15oVGKDDFCNInqT1UeAOEiXKqeoQ/M+eGOHQXsYbuCIcjEAgjuWAL A6QAXvqbGVTi6e5mjB7+0G3iwI1Nv773Vjxzk= Received: by 10.204.169.193 with SMTP id a1mr592891bkz.11.1299100508285; Wed, 02 Mar 2011 13:15:08 -0800 (PST) Received: from localhost ([95.69.172.154]) by mx.google.com with ESMTPS id f20sm286012bkf.4.2011.03.02.13.15.07 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 02 Mar 2011 13:15:07 -0800 (PST) From: Mikolaj Golub To: "Mark Felder" References: <861v2pzoeq.fsf@in138.ua3> X-Comment-To: Mark Felder Date: Wed, 02 Mar 2011 23:15:05 +0200 In-Reply-To: (Mark Felder's message of "Wed, 02 Mar 2011 10:34:38 -0600") Message-ID: <86lj0x8bs6.fsf@kopusha.home.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-fs@freebsd.org Subject: Re: HAST and volume sizes X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Mar 2011 21:15:09 -0000 On Wed, 02 Mar 2011 10:34:38 -0600 Mark Felder wrote: MF> On Wed, 02 Mar 2011 06:40:13 -0600, Mikolaj Golub MF> wrote: >> So if you have disks of different sizes you have to specify the >> smallest size >> on the resource creation. MF> Thanks! I somehow missed that when looking at all of the HAST MF> documentation. As a followup question: what exactly is the -m command MF> looking for as far as syntax? It doesn't specify if I have to list it MF> in bytes or if I can do 1T or 1000G, etc. It is in bytes. Suffixes are not supported. Note, the value should be multiple of 512 (sector size). -- Mikolaj Golub