Re: [Nbd] [PATCH v2] nbd: nbd sysfs framework
- To: paul.clements@...124...
- Cc: greg@...926...
- Subject: Re: [Nbd] [PATCH v2] nbd: nbd sysfs framework
- From: Wouter Verhelst <w@...112...>
- Date: Fri, 5 Aug 2011 03:47:52 +0200
- Message-id: <20110805014752.GJ4109@...3...>
- In-reply-to: <4e3b190f.NjLPBhXLsVSgFxi+%paul.clements@...124...>
- References: <4e3b190f.NjLPBhXLsVSgFxi+%paul.clements@...124...>
On Thu, Aug 04, 2011 at 06:11:27PM -0400, paul.clements@...124... wrote:
> diff --git a/Documentation/ABI/testing/sysfs-block-nbd b/Documentation/ABI/testing/sysfs-block-nbd
> new file mode 100644
> index 0000000..3728d9f
> --- /dev/null
> +++ b/Documentation/ABI/testing/sysfs-block-nbd
> @@ -0,0 +1,8 @@
> +What: /sys/block/nbd<id>/nbd/pid
> +Date: August 2011
> +Contact: Paul Clements <paul.clements@...124...>
> +Description:
> + The pid file is read-only and specifies the pid of the
> + caller of NBD_DO_IT ioctl (normally this is the nbd-client).
> + The pid will be zero if the nbd connection is not
> + currently established.
That's different from current behaviour: in the current implementation,
the absense of a connection is signalled by the absense of the PID file,
rather than the contents being zero. Dunno whether that change is
intentional, but I thought I'd check before changing nbd-client code...
--
The volume of a pizza of thickness a and radius z can be described by
the following formula:
pi zz a
Reply to: