similar to: snapshot troubles

Displaying 20 results from an estimated 200 matches similar to: "snapshot troubles"

2004 Jul 28
1
Samba and syslog
Hi, when starting samba it logs the following text to /var/log/messages, although I have added syslog only = no and syslog = 1. Samba's log file is /var/log/samba... How can I disable logging to syslog? Thanks! Nicole Jul 28 08:19:11 Domino1 smb: Starten von smbd succeeded Jul 28 08:19:11 Domino1 nmbd[6667]: [2004/07/28 08:19:11, 0] nmbd/asyncdns.c:start_async_dns(149) Jul 28 08:19:11
2007 Jul 05
4
ZFS receive issue running multiple receives and rollbacks
Hi, all, Environment: S10U3 running as VMWare Workstation 6 guest; Fedora 7 is the VMWare host, 1 GB RAM I''m creating a solution in which I need to be able to save off state on one host, then restore it on another. I''m using ZFS snapshots with ZFS receive and it''s all working fine, except for some strange behavior when I perform multiple rollbacks and receives.
2013 May 30
2
Question, how to coorelate snapshot ID's to the files that they represent?
Hi folks, first post :) I'm running Redhat 6 x64 with ibvirt-0.10.2-18 and qemu-img-rhev-0.12.1.2-2.355 My question is, if I do something like the following.. [root@testbox ~]# virsh snapshot-list STIGtest Name Creation Time State ------------------------------------------------------------ 1369421485 2013-05-24 13:51:25 -0500 disk-snapshot
2018 Sep 07
3
how "safe" is blockcommit ?
Hi, currently i'm following https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit. I 'm playing around with it and it seems to be quite nice. What i want is a daily consistent backup of my image file of the guest. I have the idea of the following procedure: - Shutdown the guest (i can live with a downtime of a few minutes, it will happen in the night). And i think
2011 Nov 16
1
consider bios upgrade...
Dear all, I didn't get any reply, so I send this mail again. On one of my windows Vms (KVM), I get from time to time a 'windows recovered from a serious error' message, and if I click the wonderfully useful (ahum) support link, I reach this page: http://wer.microsoft.com/responses/Response.aspx/1445/en/5.1.2600.2.00010100.3.0?SGD=67dba5c9-dc73-4bb8-8065-512ebd1c74ac I quote the
2017 Jul 25
1
automatically reverting to a snapshot
<div dir='auto'>How can I automatically revert to a snapshot after the guest is stopped?<div dir="auto"><br></div><div dir="auto">/etc/libvirt/hooks/qemu </div><div dir="auto">#!/bin/sh </div><div dir="auto">name="<span class="money">$1</span>" </div><div
2018 Sep 08
1
Re: how "safe" is blockcommit ?
Il 07-09-2018 21:26 Eric Blake ha scritto: > We're also trying to add support for incremental backups into a future > version of libvirt on top of the qemu 3.0 feature of persistent > bitmaps in qcow2 images, which could indeed guarantee that you > transfer only the portions of the guest disk that were touched since > the last backup. But as that's still something I'm
2006 Sep 28
1
compiling openssh 4.3.2p on Solaris 10
I used Sun's version of gcc, which is in two packages: SUNW0gccfss and SUNW0scgfss. (Sun also has backported its version of gcc to Solaris 9). These is the compiler that was used to build Open Solaris. Before I tried compiling openssh, I built tcp_wrappers, zlib-1.2.3 and openssl-0.9.8c. My configuration line was ./configure --with-tcp-wrappers=... --with-ssl-dir=...
2014 May 22
2
Live snapshots of a single block device
Hello, I am working on a script to automatically create live snapshots of running VMs using qemu-kvm 1.4.0 and libvirt 1.0.2. If a VM has multiple disks, I'd like to back them up individually with separate calls to snapshot-create-as, so I can more easily manage the disk images. The code I have now is essentially as follows: virsh snapshot-create-as --domain "vmname" --name
2004 Jan 14
0
Problem adding smb accounts on 3.0.1/ldap
I am setting up a Samba 3 server with ldap support- packages from Debian backports.org- but have run into a problem setting up the samba attributes. If there is a user existing in the local /etc/passwd file then smbpasswd -a correctly sets up the samba user in the ldap directory. However, if I preload the posixAccount and other data for a user using an ldif import then attempt to use smbpasswd to
2007 Mar 06
2
recover user error
ZFS claims that it can recover user error such as accidentally deleting of files. How does it work? Does it only work for mirrored or RAID-Z pool? What is the command to perform the task? Also for COW, I understand that during the transaction (while data is been undated), ZFS keeps a copy of the previous data. However, once the transaction is successfully completed, isn''t it the case
2018 Sep 10
1
Re: how "safe" is blockcommit ?
----- On Sep 7, 2018, at 9:26 PM, Eric Blake eblake@redhat.com wrote: > On 09/07/2018 12:06 PM, Lentes, Bernd wrote: >> Hi, >> >> currently i'm following >> https://wiki.libvirt.org/page/Live-disk-backup-with-active-blockcommit. I 'm >> playing around with it and it seems to be quite nice. >> What i want is a daily consistent backup of my image file
2004 Nov 27
3
Problem with voicemailsystem
Hi! First of all, Im posting from Austria. Alle respondes of my server are translated to german, and if my question ist not in good english please forgive me. :-) Were runnig an asterisk und searching for a way to fix a question from one of our clients. After calling the number and no response of our client the voice-box gives response. Thats ok... but after the voice-box, which ist self-
2011 Aug 15
9
[patch v2 0/9] btrfs: More error handling patches
Hi all - The following 9 patches add more error handling to the btrfs code: - Add btrfs_panic - Catch locking failures in {set,clear}_extent_bit - Push up set_extent_bit errors to callers - Push up lock_extent errors to callers - Push up clear_extent_bit errors to callers - Push up unlock_extent errors to callers - Make pin_down_extent return void - Push up btrfs_pin_extent errors to
2011 Jun 30
14
700GB gone?
I have a 1.5TB disk that has several partitions. One of them is 900GB. Now I can only see 300GB. Where is the rest? Is there a command I can do to reach the rest of the data? Will scrub help? -- This message posted from opensolaris.org
2012 Feb 16
3
[PATCH 1/4] Btrfs: be less strict on finding next node in clear_extent_bit
In clear_extent_bit, it is enough that next node is adjacent in tree level. Signed-off-by: Liu Bo <liubo2009@cn.fujitsu.com> --- fs/btrfs/extent_io.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index fcf77e1..e941cc4 100644 --- a/fs/btrfs/extent_io.c +++ b/fs/btrfs/extent_io.c @@ -577,8 +577,7 @@ hit_next: if
2014 Oct 08
2
is memoryBacking support 'share' and 'mem-path' parameter
Hi, I want to use this qemu command '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on' with libvirt but i can't find the 'mem-path' and 'share' in the documentation. because the vhost-user backend based on 'share=on' parameter and libvirt support vhostuser i guess there maybe another way to support this parameter? this is my xml:
2014 Sep 28
2
Re: what is the xml fomat about memory-backend-file
On 2014/9/25 2:05, Eric Blake wrote: > On 09/24/2014 02:05 AM, Linhaifeng wrote: >> Hi, >> >> I want to use virsh to create a VM with the qemu parameter '-object memory-backend-file,id=mem,size=2048M,mem-path=/mnt/huge,share=on -numa node,memdev=mem'. > > Looking at tests/qemuxml2argvdata/qemuxml2argv-hugepages-pages.args, I > see several instances of
2019 Jul 27
1
Correct, resumable, large-file flags
On 2019-07-27T07:59:56 +0200 Francis.Montagnac at inria.fr wrote: > > Try: > > rsync -avz --delete-after --delay-updates --partial /A/ www2.example.com:/B/ > > The man indicate also for --delay-updates: > > See also the "atomic-rsync" perl script in the "support" subdir > for an update algorithm that is even more atomic (it
2011 Oct 04
68
[patch 00/65] Error handling patchset v3
Hi all - Here''s my current error handling patchset, against 3.1-rc8. Almost all of this patchset is preparing for actual error handling. Before we start in on that work, I''m trying to reduce the surface we need to worry about. It turns out that there is a ton of code that returns an error code but never actually reports an error. The patchset has grown to 65 patches. 46 of them