]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: Implement virDomainFSFreeze and virDomainFSThaw
authorTomoki Sekiyama <tomoki.sekiyama@hds.com>
Fri, 2 May 2014 00:05:54 +0000 (20:05 -0400)
committerEric Blake <eblake@redhat.com>
Wed, 7 May 2014 00:01:05 +0000 (18:01 -0600)
commitca3d07fd450396bbaf5c9f1458928b2d5b9611ad
tree2d600b32ca4ca49699bd7630b2ddec14d821333d
parent208f002c9dba2da68d863c3e6e08fb9b405d108c
remote: Implement virDomainFSFreeze and virDomainFSThaw

New rules are added in fixup_name in gendispatch.pl to keep the name
FSFreeze and FSThaw. This adds a new ACL permission 'fs_freeze',
which is also applied to VIR_DOMAIN_SNAPSHOT_CREATE_QUIESCE flag.

Signed-off-by: Tomoki Sekiyama <tomoki.sekiyama@hds.com>
Acked-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
src/access/viraccessperm.c
src/access/viraccessperm.h
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs
src/rpc/gendispatch.pl