From owner-cvs-src-old@FreeBSD.ORG Fri Oct 22 22:58:19 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53AD51065672 for ; Fri, 22 Oct 2010 22:58:19 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 419FF8FC15 for ; Fri, 22 Oct 2010 22:58:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9MMwJFH040942 for ; Fri, 22 Oct 2010 22:58:19 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9MMwJtb040941 for cvs-src-old@freebsd.org; Fri, 22 Oct 2010 22:58:19 GMT (envelope-from pjd@repoman.freebsd.org) Message-Id: <201010222258.o9MMwJtb040941@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to pjd@repoman.freebsd.org using -f From: Pawel Jakub Dawidek Date: Fri, 22 Oct 2010 22:58:00 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/geom/eli g_eli_ctl.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Oct 2010 22:58:19 -0000 pjd 2010-10-22 22:58:00 UTC FreeBSD src repository Modified files: sys/geom/eli g_eli_ctl.c Log: SVN rev 214229 on 2010-10-22 22:58:00Z by pjd - Improve error messages, so instead of 'Not fully done', the user will get information that device is already suspended or that device is using one-time key and suspend is not supported. - 'geli suspend -a' silently skips devices that use one-time key, this is fine, but because we log which device were suspended on the console, log also which devices were skipped. Revision Changes Path 1.21 +21 -17 src/sys/geom/eli/g_eli_ctl.c