e9555a6bc7056cd887ee19c80b6c59627ac61255 |
|
03-Apr-2016 |
Evgeni Golov <evgeni@debian.org> |
fix spelling mistakes spotted by Debian's lintian
Signed-off-by: Evgeni Golov <evgeni@debian.org> |
1bc07a5b8dbaef4b6eb6d30a260e9c2153ed368b |
|
04-Jan-2016 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Improve man pages
* Add long options if not be written
* Remove optional tags in OPTIONS section
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
5c4734bcfb57a9886904e0dec3a2685fea617811 |
|
31-Jan-2014 |
Stéphane Graber <stgraber@ubuntu.com> |
doc: lxc-info -c doesn't require RUNNING
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
e339d6b9c1b85e6341c0d230ac68c5958f28cf08 |
|
24-Dec-2013 |
KATOH Yasufumi <karma@jazz.email.ne.jp> |
doc: Fix the description of -n option in lxc-info(1)
Commit 5444216 revised -n option from allowing to specify multiple
containers using regex to specifying only one container. But
lxc-info(1) remains original. so
- mark -n required
- remove the description of -n that is included in common options
Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
Acked-by: Stéphane Graber <stgraber@ubuntu.com> |
5444216b7ee04a65679d9999d3933450bf817536 |
|
15-Nov-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-info: Rework based on mailinglist thread
So this implements the changes we discussed yesterday:
- Only one container may be queried at the time
- -n is now required once again
- -H + a single filter only returns the value
- -t/--is-state is now removed
Note that -S is considered as more than a single filter, so -H in that
case only affects the formatting of the values.
For the same reason, I haven't yet implemented the -H + multiple filters
case which we said should return a simple "key: value" output as it
wasn't trivial to re-arrange the stats code to print a different format
(for the other options, it's just a two lines change in the print
functions).
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Dwight Engen <dwight.engen@oracle.com> |
b9d957c316c3827898b91cc69788d90be3260935 |
|
06-Nov-2013 |
Dwight Engen <dwight.engen@oracle.com> |
add statistics to lxc-info
- allow lxc-info to show more than one container, using regex for the name
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> |
211e51e81e7c6ab670d1d282d78e5ef26d039a79 |
|
27-Sep-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
lxc-info: Allow printing IP addresses
This adds a new -i flag to lxc-info to print the container's IP
addresses using get_ips().
Example:
$ lxc-info -n lxc-dev -s -p -i
state: RUNNING
pid: 21331
ip: 10.0.3.165
ip: 2607:f2c0:f00f:2751:e9ca:842f:efa9:97d1
ip: 2607:f2c0:f00f:2751:216:3eff:fe3a:f1c1
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |
250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 |
|
03-Sep-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
licensing: Add missing headers and FSF address
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com> |
9c631ea7c2906f41b23f5c8dcc9f6045078879db |
|
01-Jul-2013 |
Dwight Engen <dwight.engen@oracle.com> |
allow lxc-info to get running container configuration
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> |
7f95145833bb24f54e037f73ecc37444d6635697 |
|
30-Apr-2013 |
Dwight Engen <dwight.engen@oracle.com> |
fix building docs
Commit 69fe23ff added checking for the older docbook2man back into
configure, but this breaks building the docs on at least Oracle Linux and
Fedora when docbook2X is not installed as docbook2man will be found but the
docs don't actually build with that tool.
This change makes it so the docs can be built with either the older
docbook2man or the newer 2X tools by using configure to set the dtd
string to an appropriate value depending on use of docbook2man or
db2x_docbook2man.
Also fixed a small error in lxc-destroy.sgml.in that was noticed
by the old tools.
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> |
4019712d198a7d50b08b326ade17f5ff1666efbb |
|
11-Feb-2013 |
Stéphane Graber <stgraber@ubuntu.com> |
Add missing manpages
This introduces manpages for:
- lxc-checkconfig
- lxc-device
- lxc-info
- lxc-netstat
- lxc-shutdown (wasn't in Makefile)
- lxc-start-ephemeral
- lxc-version
This commit also sorts configure.ac and Makefile.am.
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com> |