Date: Sat, 24 Mar 2018 04:21:22 +0000 (UTC) From: John-Mark Gurney <jmg@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r331478 - head/usr.sbin/ctld Message-ID: <201803240421.w2O4LMgS062228@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jmg Date: Sat Mar 24 04:21:22 2018 New Revision: 331478 URL: https://svnweb.freebsd.org/changeset/base/331478 Log: minor work smithing... Modified: head/usr.sbin/ctld/ctld.8 Modified: head/usr.sbin/ctld/ctld.8 ============================================================================== --- head/usr.sbin/ctld/ctld.8 Sat Mar 24 04:03:55 2018 (r331477) +++ head/usr.sbin/ctld/ctld.8 Sat Mar 24 04:21:22 2018 (r331478) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 28, 2017 +.Dd March 23, 2018 .Dt CTLD 8 .Os .Sh NAME @@ -47,8 +47,11 @@ passing connections to the kernel part of the native i .Pp Upon startup, the .Nm -daemon parses the configuration file and exits, if it encounters any errors. -Then it compares the configuration with the kernel list of LUNs managed +daemon parses the configuration file. +If it encounters any errors, +.Nm +exits. +It then compares the configuration with the kernel list of LUNs managed by previously running .Nm instances, removes LUNs no longer existing in the configuration file,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803240421.w2O4LMgS062228>