summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
...
* sysprep: remove hostname from ifcfg-*Wanlong Gao2012-09-031-0/+1
| | | | | | Remove hostname from network interface configuration. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* generator: Test zero args, one optarg; and 63 optargs.Richard W.M. Jones2012-09-031-0/+2
| | | | This just generates the code; it's not called.
* Version 1.19.37.1.19.37Richard W.M. Jones2012-08-3115-31/+31
|
* Version 1.19.36.1.19.36Richard W.M. Jones2012-08-3015-11161/+11236
|
* NEW API:xfs:xfs_repairWanlong Gao2012-08-301-0/+1
| | | | | | | | | | Add a new api xfs_repair for repairing an XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Fix non-error return path so it doesn't send two replies. - Document return code.
* Version 1.19.35.1.19.35Richard W.M. Jones2012-08-2915-10929/+11984
|
* New APIs: hivex_*Richard W.M. Jones2012-08-291-0/+4
| | | | | | | | | | | Transscribe many hivex(3) APIs into the libguestfs API. There is one hive handle per libguestfs handle, as with Augeas. Note that hivex uses iconv_open for some APIs (eg. hivex_value_string). But since we delete all the i18n files from the appliance, this doesn't work -- iconv_open returns EINVAL. Therefore hivex APIs which require iconv cannot be bound in the daemon.
* Version 1.19.34.1.19.34Richard W.M. Jones2012-08-2815-2686/+2671
|
* Modified API: mkswap now takes optional arguments.Richard W.M. Jones2012-08-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add optional label and uuid arguments, and deprecate mkswap-L and mkswap-U. This also adds a call to udev_settle after creating the swap device. This is an attempt to workaround the following problem seen in Koji and Rawhide: libguestfs: trace: mkswap_L "swapit" "/dev/sda1" libguestfs: send_to_daemon: 72 bytes: 00 00 00 44 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 83 | 00 00 00 00 | ... guestfsd: main_loop: proc 210 (part_disk) took 2.28 seconds guestfsd: main_loop: new request, len 0x44 mkswap -f -L swapit /dev/sda1 libguestfs: recv_from_daemon: 40 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 83 | 00 00 00 01 | 00 12 37 cf | ... libguestfs: trace: mkswap_L = 0 libguestfs: trace: swapon_label "swapit" libguestfs: send_to_daemon: 56 bytes: 00 00 00 34 | 20 00 f5 f5 | 00 00 00 04 | 00 00 00 ae | 00 00 00 00 | ... guestfsd: main_loop: proc 131 (mkswap_L) took 0.77 seconds guestfsd: main_loop: new request, len 0x34 swapon -L swapit swapon: cannot find the device for swapit guestfsd: error: swapit: swapon: cannot find the device for swapit libguestfs: recv_from_daemon: 100 bytes: 20 00 f5 f5 | 00 00 00 04 | 00 00 00 ae | 00 00 00 01 | 00 12 37 d0 | ... libguestfs: trace: swapon_label = -1 (error) swapon_label: swapit: swapon: cannot find the device for swapit test_swapon_label_0 FAILED
* Version 1.19.33.1.19.33Richard W.M. Jones2012-08-2115-10756/+10891
|
* New API: xfs: xfs_adminWanlong Gao2012-08-211-0/+1
| | | | | | | | | | | Add new api xfs_admin to change parameters of an XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Remove printuuid, printlabel, since they don't change any settings. - Adjusted the documentation. - Fix the tests.
* Version 1.19.32.1.19.32Richard W.M. Jones2012-08-1815-10701/+11781
|
* sysprep: Add --firstboot functionality.Richard W.M. Jones2012-08-181-0/+2
| | | | | This allows you to add scripts that run in the context of the guest the first time it boots.
* guestfs_cat: Reimplement to avoid protocol limits.Richard W.M. Jones2012-08-171-0/+1
|
* Version 1.19.31.1.19.31Richard W.M. Jones2012-08-1515-316/+316
|
* Version 1.19.30.1.19.30Richard W.M. Jones2012-08-1415-3281/+3636
|
* Add optional compress flag to tar-in, tar-out APIs.Richard W.M. Jones2012-08-141-0/+2
| | | | | | | | | | The compress flag can be used to control compression, one of: (none), "compress", "gzip", "bzip2", "xz", "lzop". Thus these calls can now be used instead of tgz-in/tgz-out/txz-in/txz-out, and also support more compression types. Mark these APIs as once_had_no_optargs so that compatibility code is generated.
* Version 1.19.29.Richard W.M. Jones2012-08-1115-10987/+11439
|
* sysprep: remove the process accounting log filesWanlong Gao2012-08-111-0/+1
| | | | | | | | | | We just remove the process accounting files previously without touch a empty file, this will cause psacct runs error. Restart the service can't help us create this file auto. couldn't open file '/var/account/pacct': No such file or directory Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* New APIs: rsync, rsync-in, rsync-outRichard W.M. Jones2012-08-111-0/+4
| | | | Implement rsync.
* Version 1.19.28.1.19.28Richard W.M. Jones2012-08-0215-10336/+10426
|
* grep: Add optargs to grep API and deprecate fgrep etc.Richard W.M. Jones2012-08-021-0/+1
| | | | | | | | This commit makes grep into an optargs API, with flags for extended, fixed, [case-]insensitive and compressed. At the same time it deprecates: egrep, fgrep, grepi, egrepi, fgrepi, zgrep, zegrep, zfgrep, zgrepi, zegrepi and zfgrepi.
* xfs: add new api xfs-growfsWanlong Gao2012-08-021-0/+1
| | | | | | New api xfs_growfs for expanding a XFS filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.19.27.1.19.27Richard W.M. Jones2012-07-3015-10306/+10366
|
* New API: utsnameRichard W.M. Jones2012-07-301-0/+2
| | | | | | | | | | Typical output: ><fs> utsname uts_sysname: Linux uts_release: 3.5.0-1.fc18.x86_64 uts_version: #1 SMP Mon Jul 23 17:43:39 UTC 2012 uts_machine: x86_64
* Version 1.19.26.1.19.26Richard W.M. Jones2012-07-2615-11190/+12150
|
* sysprep: Generate new random UUIDs for LVM2 PVs and VGs (thanks Kazuo Moriwaka).Richard W.M. Jones2012-07-251-0/+1
|
* sysprep: remove the local machine IDWanlong Gao2012-07-251-0/+1
| | | | | | | | | | | remove the local machine ID, leave it empty, let it be generated during next booting. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Whitespace change. - Remove completed items from TODO.
* sysprep: remove the auto generated abrt dataWanlong Gao2012-07-251-0/+1
| | | | | | | | | | remove the automatically generated abrt data. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Remove copy and pasted line. - Use C<> in description.
* Version 1.19.25.1.19.25Richard W.M. Jones2012-07-2415-3316/+3361
|
* umount: add force umount and lazy umountWanlong Gao2012-07-241-0/+1
| | | | | | Add the option force and lazy for force and lazy umount. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
* Version 1.19.24.1.19.24Richard W.M. Jones2012-07-2315-556/+1156
|
* Version 1.19.23.1.19.23Richard W.M. Jones2012-07-2215-13394/+13976
|
* launch: Add libvirt backend.Richard W.M. Jones2012-07-221-0/+1
| | | | | | | | | | | | Complete the attach-method libvirt backend. This backend uses libvirt to create a transient KVM domain to run the appliance. Note that this still will only work with local libvirt URIs since the <kernel>, <initrd> and appliance links in the libvirt XML refer to local files, and virtio serial only works locally (limitation of libvirt). Remote support will be added later.
* lib: Split launch.c into separate files.Richard W.M. Jones2012-07-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | launch-appliance.c contains the code associated with the 'appliance' attach-method. Mostly. In fact there are a few APIs which don't fit so nicely: - config: deprecated API which fiddles with the qemu command line directly - max-disks: depends on the qemu implementation (virtio-scsi or not) - debug-drives: used for testing only launch-unix.c contains the code associated with 'unix:<path>'. launch.c is the common code for launching, along with a few other APIs such as guestfs_add_drive_opts. This commit also reduces the number of headers to just those which are required.
* build: Rename most C files that contain underscore with dash.Richard W.M. Jones2012-07-191-19/+19
| | | | | | | This is just code motion. Some files cannot be renamed. Notably rpcgen input and output files must not contain dash characters, else rpcgen breaks.
* fish: Rename fish/virt.c to fish/domain.cRichard W.M. Jones2012-07-191-1/+1
| | | | | This file handles the -d option for guestfish and other C command line utilities. Renaming this file makes it less confusing.
* build: Rename src/virt.c to src/libvirtdomain.cRichard W.M. Jones2012-07-191-1/+1
| | | | | This file contains the code implementing guestfs_add_domain (for adding a libvirt domain) so this name is less confusing.
* Version 1.19.22.1.19.22Richard W.M. Jones2012-07-191-2/+2
| | | | | Includes rebuilt gnulib to work around test problems with test-getlogin_r.
* Version 1.19.21.1.19.21Richard W.M. Jones2012-07-1815-10321/+10381
|
* ocaml: Test mount-local, without parallel test.Richard W.M. Jones2012-07-181-1/+0
| | | | | | | | | Unfortunately the parallel test keeps hitting this bug: https://bugzilla.redhat.com/show_bug.cgi?id=838081 which could be a bug in the OCaml runtime. Just test simple mount-local. We will write a parallel test in C to replace this.
* New API: add new api xfs_infoWanlong Gao2012-07-181-0/+2
| | | | | | | | | | | | Add xfs_info to show the geometry of the xfs filesystem. Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com> RWMJ: - Updated po/POTFILES. - Use xfs_ prefix for all struct fields. - Return uninitialized fields as -1 / empty string. - Copyedit the description.
* Version 1.19.20.1.19.20Richard W.M. Jones2012-07-1715-166/+166
|
* Version 1.19.19.1.19.19Richard W.M. Jones2012-07-1615-10351/+10321
|
* generator: Rename 'ntfsresize_opts' API to 'ntfsresize'.Richard W.M. Jones2012-07-141-1/+1
| | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers.
* generator: Rename 'mkfs_opts' API to 'mkfs'.Richard W.M. Jones2012-07-141-1/+1
| | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers.
* generator: Rename 'add_drive_opts' API to 'add_drive'.Richard W.M. Jones2012-07-141-1/+1
| | | | | | By using the once_had_no_optargs flag, this change is backwards compatible for callers (except Haskell, PHP and GObject as discussed in earlier commit).
* tests: Rename test0* functions as internal_test*.Richard W.M. Jones2012-07-111-1/+1
| | | | | The internal_* prefix is reserved for internal functions such as these tests.
* Update translations from Transifex.Richard W.M. Jones2012-07-1015-347/+54
|
* Version 1.19.18.1.19.18Richard W.M. Jones2012-07-0915-247/+350
|