diff options
author | Osier Yang <jyang@redhat.com> | 2012-07-24 16:44:49 +0800 |
---|---|---|
committer | Osier Yang <jyang@redhat.com> | 2012-07-26 11:57:42 +0800 |
commit | 9fbb344f6e8c2249b1deb916114a059a2f0005da (patch) | |
tree | 0c9c7de1f3fb9752c17daec164bbc4a5dd0f059c /po | |
parent | virsh: Split cmds of domain group from virsh.c (diff) | |
download | libvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.tar.gz libvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.tar.bz2 libvirt-9fbb344f6e8c2249b1deb916114a059a2f0005da.zip |
virsh: Split cmds of storage volume group from virsh.c
This splits commands of storage volume group into virsh-volume.c,
The helpers not for common use are moved too. Standard copyright
is added for the new file.
* tools/virsh.c:
Remove commands for storage storage volume and a few helpers.
(vshCommandOptVol, vshCommandOptVolBy).
* tools/virsh-volume.c:
New file, filled with commands of storage volume group and its
helpers.
* po/POTFILES.in:
Add virsh-volume.c
* cfg.mk:
Skip to check config.h including for virsh-volume.c
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index fb9891dc0..718304f76 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -180,6 +180,7 @@ tools/virsh.c tools/virsh-domain-monitor.c tools/virsh-domain.c tools/virsh-edit.c +tools/virsh-volume.c tools/virt-host-validate-common.c tools/virt-host-validate-lxc.c tools/virt-host-validate-qemu.c |