Displaying 20 results from an estimated 800 matches similar to: "virsh error: domain is already quiesced"
2018 Jun 25
0
Re: virsh error: domain is already quiesced
On 06/21/2018 11:27 AM, Jérôme wrote:
> Hi all.
>
> I'm having issues while creating snapshots.
>
> I posted on Stack Exchange [1], but figured I might get more success here.
>
> My VM backup script fails while creating the snapshot.
>
> virsh snapshot-create-as --domain machine_1 snap --diskspec
> vda,file=/srv/test/test-snap.qcow2 --disk-only --atomic
2019 Dec 20
3
Upgrading from Debian Stretch to Buster, Van Belle package
Hello Louis,
If I may, can you bear with me a bit longer?
I have two machines MACHINE_1 and MACHINE_2 at two different
geographical places.
Both are now running Samba version 4.11.4-Debian.
Thanks a lot for that!
On MACHINE_1, two years ago I did:
# samba-tool domain provision --use-rfc2307 --domain=<DOMAINAME>
--realm=<REALM> --dns-backend=BIND9_DLZ --adminpass=<PASSWORD>
2010 Feb 01
3
Not able to redirect console msgs to serial port
Hi,
Iam using cento-5.3 on x86 machine and iam working to get the console
messages redirected to serial port.
I have made the necessary changes in the /etc/inittab file.
- - - - -
id:3:initdefault
.
.
so:12345:respawn:/sbin/agetty ttyS0 9600 vt100
- - - -- -
and also in /etc/grub.conf file
- - - -
serial --speed=9600 --unit=0 --word=8 --parity=no --stop=1 terminal
--timeout=10 serial
.
.
2015 Oct 14
3
Questions about qcow2 file size management
Hi all.
I have a few questions regarding the qcow2 format.
1/ Allocated size vs. file size
When creating a VM, I indicated a size of 10 G.
$ls -lsh
7,7G -rw------- 1 libvirt-qemu libvirt-qemu 11G oct. 14 10:04
prod.qcow2
The allocated size is lesser than max size. Alright.
I think I more or less grab the difference between allocated size and
file size, but I'm not sure I get the point
2019 Dec 20
0
Upgrading from Debian Stretch to Buster, Van Belle package
Also I get errors like this one:
# echo <PASSWORD> | samba-tool dns query <MACHINE_1> <REALM>
<ANOTHER_MACHINE> A -Uadministrator
Password for [<DOMAINAME>\administrator]:
Password for [<DOMAINAME>\administrator]:Failed to bind to uuid
<AN_UUID> for
2004 May 06
2
coder wanted
Hi
I am using Rsync locally on some machines, however, there are a few machines that require me to backup over FTP, the current system
I have in place is very very slow, and I would like to hire someone on this list familiar with backups ($50 sound fine?) and having
it run of cron
To create me a backup script that works on Rsync to backup specific files/folders on server1 and ssh or ftp to
2019 Dec 20
3
Upgrading from Debian Stretch to Buster, Van Belle package
For a AD-DC on
systemctl start samba-ad-dc
For a member :
systemctl start smbd winbind (and optional nmbd)
> -----Oorspronkelijk bericht-----
> Van: Lmloge [mailto:lmloge at orange.fr]
> Verzonden: vrijdag 20 december 2019 14:10
> Aan: L.P.H. van Belle
> CC: samba at lists.samba.org
> Onderwerp: Re: [Samba] Upgrading from Debian Stretch to
> Buster, Van Belle package
2015 Sep 11
3
Re: Backup a VM (using live external snapshot and blockcommit)
Hi Eric.
Thank you so much for your quick and relieving answer.
Le 2015-09-11 17:05, Eric Blake a écrit :
> Yes, using active block-commit is the ideal way to perform a live backup.
Great.
> Yep, that about covers it. Note that the --quiesce step in snapshot
> creation requires qemu-guest-agent running in the guest, and that you
> trust interaction with your guest.
Yes, I think
2011 May 12
0
XCP quiesce questions
Hello All,
I am working on a large storage array running Solaris 11 Express with
the comstar iSCSI target service. I have several xcp 1.0 servers
running in a pool using this storage as iscsi, not lvmoiscsi. Which in
I am using the VDI-per-LUN model. This also means that I am unable to
utilize the xen snapshots. What I would like to do is to use the zfs
snapshots so that I can replicate them
2006 Oct 31
0
6244519 dead code to suspend kernel threads on OS quiesce should be removed
Author: jesusm
Repository: /hg/zfs-crypto/gate
Revision: 0c4dd65cca5bd3b8022d696234d9797a4a5b2110
Log message:
6244519 dead code to suspend kernel threads on OS quiesce should be removed
Files:
update: usr/src/uts/sun4u/ngdr/io/dr_quiesce.c
2019 Sep 05
0
[PATCH 17/18] virtiofs: Remove TODO to quiesce/end_requests
We now stop queues and drain all the pending requests from all virtqueues.
So this is not a TODO anymore.
Got rid of incrementing fc->dev_count as well. It did not seem meaningful
for virtio_fs.
Signed-off-by: Vivek Goyal <vgoyal at redhat.com>
---
fs/fuse/virtio_fs.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/fs/fuse/virtio_fs.c b/fs/fuse/virtio_fs.c
index
2010 Nov 12
11
how to quiesce and unquiesc zfs and zpool for array/hardware snapshots ?
Hi,
How I can I quiesce / freeze all writes to zfs and zpool if want to take hardware level snapshots or array snapshot of all devices under a pool ?
are there any commands or ioctls or apis available ?
Thanks & Regards,
sridhar.
--
This message posted from opensolaris.org
2015 Sep 11
2
Backup a VM (using live external snapshot and blockcommit)
Hi.
I'm following here a conversation that was initiated on Kashyap's
website [1].
We have a server we use as a host for virtual machines using KVM
(virt-manager used for VM creation) and we would like to setup VM
backups. Basically, we're thinking of a backup schedule like "keep 7
daily and 4 weekly backups". We'd rather not shutdown the VM every day
so live backups
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
On 1/22/20 10:03 AM, R. Diez wrote:
> Hi all:
>
> I am using the libvirt version that comes with Ubuntu 18.04.3 LTS.
I'm sorry, I don't have Ubuntu installed anywhere to look the version
up. Can you run 'virsh version' to find it out for me please?
>
> I have written a script that backs up my virtual machines every night. I
> want to limit the amount of
2020 Jan 22
3
virsh vol-download uses a lot of memory
Hi all:
I am using the libvirt version that comes with Ubuntu 18.04.3 LTS.
I have written a script that backs up my virtual machines every night. I want to limit the amount of memory that this backup operation
consumes, mainly to prevent page cache thrashing. I have described the Linux page cache thrashing issue in detail here:
2015 Oct 19
1
Re: virsh can't support VM offline blockcommit
Hi Kashyap Chamarthy:
thank you very much for answer my question:
一: lead to VM filesystem becoming read-only
1: test case
it lead to VM filesystem becoming read-only test case as follows:
we want to snapshot for VM , to obtain VM incremental data,and use virsh blockcommit,qemu-img commit,qemu-img rebase to shorten snapshot chain.
Details are as follows(when VM running state, we perform the
2020 Jan 22
0
Re: virsh vol-download uses a lot of memory
On Wed, Jan 22, 2020 at 01:01:42PM +0100, Michal Privoznik wrote:
> On 1/22/20 11:11 AM, Michal Privoznik wrote:
> > On 1/22/20 10:03 AM, R. Diez wrote:
> > > Hi all:
> > >
> > > I am using the libvirt version that comes with Ubuntu 18.04.3 LTS.
> >
> > I'm sorry, I don't have Ubuntu installed anywhere to look the version
> > up. Can
2015 Sep 11
0
Re: Backup a VM (using live external snapshot and blockcommit)
On 09/11/2015 10:18 AM, Jérôme wrote:
>> Yep, that about covers it. Note that the --quiesce step in snapshot
>> creation requires qemu-guest-agent running in the guest, and that you
>> trust interaction with your guest.
>
> Yes, I think I get this. I don't really figure out what these cases
> could be. We're using Debian Jessie and I installed
2014 May 23
2
Re: Live snapshots of a single block device
> >> --live only makes sense when mixed with memory snapshots (with --memspec);
> >> but
> >> as you are doing a --disk-only snapshot, it doesn't help (I'm not sure if
> >> it
> >> will error out as mutually exclusive or just be silently ignored,
> >> without reading the code).
> > I'm using this code in a script for creating
2014 May 23
0
Re: Live snapshots of a single block device
On 05/23/2014 08:41 AM, Andrew Martin wrote:
>>
>> Any reason you aren't upgrading to newer versions? Although these seem
>> sufficient for what you are trying.
> The VM hosts I'm using all run Ubuntu 12.04 and I haven't had time to backport
> and test newer versions yet. I've published the latest versions I built in this
> PPA: