lp://qastaging/~guilhem-fr/mogilefs/MogileFS-Utils

Created by Guilhem Lettron and last modified
Get this branch:
bzr branch lp://qastaging/~guilhem-fr/mogilefs/MogileFS-Utils

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Guilhem Lettron
Project:
MogileFS
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/mogilefs/MogileFS-Utils.git.

Last successful import was .

Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 5 minutes
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-eb11dc-stg-qa-launchpad-codeimport-0 and finished taking 15 seconds — see the log

Updating branch...

Launchpad is processing new changes to this branch which will be available in a few minutes. Reload to see the changes.

Recent revisions

188. By dormando

Checking in changes prior to tagging of version 2.30.

Changelog diff is:

diff --git a/Changes b/Changes
index 6e65563..db61c9a 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+2.30 -- 2018-01-19
+
+ * mogadm: document "readonly" state for hosts (Eric Wong <e@80x24.org>)
+
 2.29 -- 2014-12-15

    * Add exit codes when failing. (Jesus Roncero <email address hidden>)

187. By Eric Wong <e@80x24.org>

mogadm: document "readonly" state for hosts

No code changes, just makes the help text nicer.

186. By dormando

Checking in changes prior to tagging of version 2.29.

Changelog diff is:

diff --git a/Changes b/Changes
index c3bb0e6..6e65563 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,9 @@
+2.29 -- 2014-12-15
+
+ * Add exit codes when failing. (Jesus Roncero <email address hidden>)
+
+ * mogadm: add "device next" sub-command (Eric Wong <email address hidden>)
+
 2.28 -- 2013-08-07

    * mogadm: improve "device list" formatting (Eric Wong <email address hidden>)

185. By Jesus Roncero <email address hidden>

Add exit codes when failing.

On mogdelete, mogfetch and moglistkeys when failing, it writes to STDERR
with there's an error, but it exits with 0. Change it to exist with an
error.

Signed-off-by: Eric Wong <email address hidden>

184. By Eric Wong

mogadm: add "device next" sub-command

This is a convenience command to ease the process of adding devices
to a cluster. This may be useful when there are many devices to be
added. This provides no synchronization and multiple administrative
users will still have to coordinate device additions to avoid errors
on duplicates.

Adding synchronization would require extending the tracker
protocol, and is probably not worth the complexity.

183. By dormando

Checking in changes prior to tagging of version 2.28.

Changelog diff is:

diff --git a/Changes b/Changes
index d7535d7..c3bb0e6 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,17 @@
+2.28 -- 2013-08-07
+
+ * mogadm: improve "device list" formatting (Eric Wong <email address hidden>)
+
+ * mogadm: include drain devices by default in summary (Eric Wong <email address hidden>)
+
+ * mogadm: do not warn about drain unless drain is specified (Eric Wong <email address hidden>)
+
+ * mogadm: improve error message on module load error (Eric Wong <email address hidden>)
+
+ * mogfiledebug: add --paths=<print|stat|fetch> option (Eric Wong <email address hidden>)
+
+ * mogfiledebug: show Last-Modified header if available (Eric Wong <email address hidden>)
+
 2.27 -- 2013-01-11

    * mogupload no longer slurps files into memory if the size is known ahead

182. By Eric Wong

mogadm: improve "device list" formatting

With multi-terabyte disks being commong nowadays, the formatting of
"mogadm device list" output has become cramped and hard-to-read.
Additionally, right justifying numeric values makes identifying
order-of-magnitude differences between rows easier:

before:
                   used(G) free(G) total(G) weight(%)
 dev11: alive 1267.246 1483.296 2750.542 100
  dev2: alive 1196.321 637.334 1833.655 100
  dev5: alive 1220.643 154.568 1375.211 100
  dev6: alive 2072.875 677.667 2750.542 100
  dev7: alive 995.188 380.022 1375.211 100

after:

                    used(G) free(G) total(G) weight(%)
  dev11: alive 1267.246 1483.296 2750.542 100
   dev2: alive 1196.321 637.334 1833.655 100
   dev5: alive 1220.643 154.568 1375.211 100
   dev6: alive 2072.875 677.667 2750.542 100
   dev7: alive 995.188 380.022 1375.211 100

181. By Eric Wong

mogadm: include drain devices by default in summary

drain devices are still usable to clients, so it probably makes
sense to include this in the default output of "mogadm device summary"
(especially given the drain change in 2.40)

Not including drain devices by default confused me at first, so
perhaps it may be confusing to others.

180. By Eric Wong

mogadm: do not warn about drain unless drain is specified

Unnecessarily displaying the warning about "drain" is potentially
confusing and scary to new users, especially if they've never
used MogileFS before.

179. By Eric Wong

mogadm: improve error message on module load error

On Thu, 6 Jun 2013 19:40:46 -0700, David Birdsong reported
issues to the mailing list about a load failure with mogadm.
Preserve the original $@ error message to hopefully give more
information about failure and aid in diagnosing the problem.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers