From owner-freebsd-fs@freebsd.org Tue Jul 21 23:06:08 2015 Return-Path: Delivered-To: freebsd-fs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0857B9A7723 for ; Tue, 21 Jul 2015 23:06:08 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD5F11EC for ; Tue, 21 Jul 2015 23:06:07 +0000 (UTC) (envelope-from javocado@gmail.com) Received: by lbbqi7 with SMTP id qi7so45177672lbb.3 for ; Tue, 21 Jul 2015 16:06:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ShrsgseL+luR528Hvl7oVBPMHbPtVuxQqnBYIiLM6gE=; b=SLi679BlSSXjHE7YTI5cS+F/kxSBG5pSlyRZGPcLSl0JE1k54ahITm+ZylN4OSlQGu AowEbHuXpMZDkFEERlzNQQpo/333poCVkZXV8MKnFHBxo0zR2PhTZnszrEz7Jq2bRQQt erHnw5uAm+hPvU7ZqtDdFTJyJ4dPVBZiatiOlFOIfHZy3uC1VNZAxs3mdGLhZl0PSfvj pL7Bqxqk3Q7STMUK046K3W6Zvuae6/BG35NK3BrSF6ZhQ8CILN4UXGApEokWiqZMH+2B 1wLs4yvz//k2swoXrZZ3CgsyvZe08B2ihVVhXQAsJmtg2JWWmYxuVNA35IW0hu3woxvr LcTA== MIME-Version: 1.0 X-Received: by 10.112.219.70 with SMTP id pm6mr34249137lbc.41.1437519965634; Tue, 21 Jul 2015 16:06:05 -0700 (PDT) Received: by 10.114.96.8 with HTTP; Tue, 21 Jul 2015 16:06:05 -0700 (PDT) Date: Tue, 21 Jul 2015 16:06:05 -0700 Message-ID: Subject: Prioritize resilvering priority From: javocado To: FreeBSD Filesystems Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Jul 2015 23:06:08 -0000 Hi, How does one go about prioritizing the resilvering process so it does not overwhelm normal disk I/O on a FreeBSD (8.3amd) system? Further, can this be altered in real time, or do the settings have to be in place prior to the resilvering even starting? Thanks!