linux-nvdimm.lists.01.org archive mirror
 help / color / mirror / Atom feed
From: Keisuke Sugita <fj5788hd@fujitsu.com>
To: linux-nvdimm@lists.01.org
Cc: Keisuke Sugita <fj5788hd@fujitsu.com>
Subject: [ndctl,RFC 0/3] Enable to run multiple monitor daemons as system services
Date: Tue, 25 Feb 2020 15:52:22 +0900	[thread overview]
Message-ID: <20200225065225.121631-1-fj5788hd@fujitsu.com> (raw)

Hello, this is my first OSS contribution!

This patch is to monitor specific dimms, regions, buses,
namespaces, or dimm-events where users set up to monitor
independently and concurrently by running multiple monitor
daemons as system services.

Users will be able to monitor multiple elements and check each log file
by this patch.

So far, users can only run a single monitor daemon because units name
is fixed to "ndctl-monitor.service" now, and then users cannot monitor
multiple elements concurrently. For example, users want to monitor
a specific bus and namespace, but they are not able to do now.

I solve this problem by instance name of systemd.

Keisuke Sugita (3):
  ndctl: Documentation: Write how to use multiple monitor daemon concullently
  ndctl: ndctl-monitor@.service: Add new unit file for multi daemon support
  ndctl: Makefile.am: make ndctl-monitor@.service in compiling

 Documentation/ndctl/ndctl-monitor.txt | 11 +++++++++++
 ndctl/Makefile.am                     |  1 +
 ndctl/ndctl-monitor@.service          |  9 +++++++++
 3 files changed, 21 insertions(+)
 create mode 100644 ndctl/ndctl-monitor@.service

-- 
2.24.1
_______________________________________________
Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org
To unsubscribe send an email to linux-nvdimm-leave@lists.01.org

             reply	other threads:[~2020-02-25  6:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-25  6:52 Keisuke Sugita [this message]
2020-02-25  6:52 ` [ndctl,RFC 1/3] ndctl: ndctl-monitor.txt: Write how to use multiple monitor daemon concullently Keisuke Sugita
2020-02-25  6:52 ` [ndctl,RFC 2/3] ndctl: ndctl-monitor@.service: Add new unit file for multi daemon support Keisuke Sugita
2020-02-25  6:52 ` [ndctl,RFC 3/3] ndctl: Makefile.am: make ndctl-monitor@.service in compiling Keisuke Sugita

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200225065225.121631-1-fj5788hd@fujitsu.com \
    --to=fj5788hd@fujitsu.com \
    --cc=linux-nvdimm@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).