All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 0/3] Resize online
Date: Mon,  1 Nov 2010 13:53:50 +0100	[thread overview]
Message-ID: <cover.1288614451.git.zkabelac@redhat.com> (raw)

Patchset tries to deal with online resize where we need from
the user to instrument 'lvresize -r' tool to skip fsck part.

Now fsadm tool reports different status code for online mounted
filesystem and updated exec_cmd() is able to pass return status code,
so the new status code is recognized by lvresize and allows
to continue with online resize operation.

Zdenek Kabelac (3):
  Return different error value for check of mounted fs
  Document fsadm script return codes
  Handle new return code from fsadm check

 lib/activate/activate.c |    2 +-
 lib/misc/lvm-exec.c     |   14 ++++++++++++--
 lib/misc/lvm-exec.h     |    4 ++--
 man/fsadm.8.in          |    6 ++++++
 scripts/fsadm.sh        |   14 ++++++++++++--
 tools/lvresize.c        |   20 +++++++++++++-------
 6 files changed, 46 insertions(+), 14 deletions(-)
 mode change 100644 => 100755 scripts/fsadm.sh

-- 
1.7.3.2



             reply	other threads:[~2010-11-01 12:53 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-01 12:53 Zdenek Kabelac [this message]
2010-11-01 12:53 ` [PATCH 1/3] Return different error value for check of mounted fs Zdenek Kabelac
2010-11-01 12:53 ` [PATCH 2/3] Document fsadm script return codes Zdenek Kabelac
2010-11-01 12:53 ` [PATCH 3/3] Handle new return code from fsadm check Zdenek Kabelac

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=cover.1288614451.git.zkabelac@redhat.com \
    --to=zkabelac@redhat.com \
    --cc=lvm-devel@redhat.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.