Displaying 20 results from an estimated 8000 matches similar to: "Make disk "unaffected by snapshots""
2011 Apr 23
1
KVM, virsh attach-disk problems
Greetings, list!
I hope you forgive cross-posting - I only now found this list.
I am in the process of configuring a KVM stack of about 8 vms. Mostly I
am concerned about performance, as there will be a lot of I/O.
My last problem is this: I try to add a fresh, unformatted disk
partition to a KVM guest. I follow the directions given here:
2013 Aug 02
3
Oracle RAC in libvirt+KVM environment
We wan't to setup two Oracle instance and make RAC work on them.
Both VM are setup based on libvirt + KVM, we use a lvm lun which
formated in qcow2 format and set the shareable properties in the disk
driver like this:
<disk type='block' device='disk'>
<driver name='qemu' type='qcow2' cache='none'/>
<source
2013 Aug 08
2
Re: Oracle RAC in libvirt+KVM environment
On 08/08/2013 03:54 AM, Timon Wang wrote:
> Anybody have idea on it?
>
> I tried to set the disk as raw format, and retried the setup process,
> but still can't get through.
Caveat: I know nothing in particular about Oracle RAC, but...
Assuming that RAC uses something like SCSI reservations in order to
share the disk, I would guess it doesn't like the disk being on the IDE
2013 Aug 08
0
Re: Oracle RAC in libvirt+KVM environment
Anybody have idea on it?
I tried to set the disk as raw format, and retried the setup process,
but still can't get through.
On Fri, Aug 2, 2013 at 1:58 PM, Timon Wang <timonwst@gmail.com> wrote:
> We wan't to setup two Oracle instance and make RAC work on them.
> Both VM are setup based on libvirt + KVM, we use a lvm lun which
> formated in qcow2 format and set the
2013 Aug 10
0
Re: Oracle RAC in libvirt+KVM environment
I have tryied change the disk bus to SCSI, add a SCSI controller whose
model is virtio-scsi, still can't setup the RAC instance.
I tried to use windows 2008 Failover Cluster feature to setup a a
Failover Cluster instead, and I can't find any cluster disk to share
between two nodes. So when Failover Cluster is setup, I can't add any
Cluster disk to the Failover Cluster.
Have I missed
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
> On Aug 2, 2024, at 00:32, ilya Basin <basinilya at gmail.com> wrote:
>
> Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses SSH2_FXP_FSETSTAT for directories. It doesn't have a separate "touch" command to set mtime for a path and its
2012 Mar 30
2
Connected client unaffected by group/user/share change
I am trying to solve what I perceive as undesirable behavior of my Samba server. Please understand I am not claiming this is a bug in Samba. It is simply different from the behavior I want, and I'm asking for help in modifying the behavior.
My Samba server is version 3.5.4 (release 68.el6) and runs under CentOS 6.0 (x86_64). I happen to use Active Directory (AD) to authenticate, but am not
2024 Aug 02
1
sftp can't preserve uploaded mtime: fsetstat: No such file or directory
I'm connecting to "EFT Server" https://www.globalscape.com/eft and it has an SFTP module. It has nothing to do with OpenSSH, but enterprise likes it for some reason. I don't control the server.
Looks like EFT doesn't support SSH2_FXP_FSETSTAT (working with a file handle), but it does support SSH2_FXP_SETSTAT (working with a file path). OpenSSH sftp only uses
2014 May 22
0
Re: Live snapshots of a single block device
On 05/22/2014 04:31 PM, Andrew Martin wrote:
> Hello,
>
[Can you convince your mailer to wrap long lines?]
> 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
Any reason you aren't upgrading to newer versions? Although these seem
sufficient for what you are trying.
> multiple disks, I'd
2015 Jun 30
0
qemu-img snapshots configuration
Hello.
What it the difference in external snapshot configuration with and
without <domainsnapshot> ?
What is the difference between vda and vdb in the following example?
(From https://libvirt.org/formatsnapshot.html)
<domainsnapshot>
...
<memory snapshot='no'/>
<disks>
<disk name='vda' snapshot='external'>
<driver
2013 Sep 24
0
How to create snapshots for sheepdog with libvirt API
Hello!
I am trying to create snapshots for sheepdog disks using libvirt API or virsh. The disk is defined in domain as follows:
<disk type='network' device='disk'>
<driver name='qemu' cache='none'/>
<source protocol='sheepdog' name='sheepvol1'/>
<target dev='vdb' bus='virtio'/>
</disk>
2013 Sep 24
0
creating snapshots for sheepdog with libvirt API
Hello!
I am trying to create snapshots for sheepdog disks using libvirt API or virsh. The disk is defined in domain as follows:
<disk type='network' device='disk'>
<driver name='qemu' cache='none'/>
<source protocol='sheepdog' name='sheepvol1'/>
<target dev='vdb' bus='virtio'/>
</disk>
2015 Jun 30
0
qemu-img snapshots configuration
Hello.
What it the difference in external snapshot configuration with and
without <domainsnapshot> ?
What is the difference between vda, vdb and vdc in the following example?
(From https://libvirt.org/formatsnapshot.html)
<domainsnapshot>
...
<memory snapshot='no'/>
<disks>
<disk name='vda' snapshot='external'>
<driver
2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi,
I've updated the dom0 pvops patches against 2.6.24, and they now have a
new git home:
http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git
git://et.redhat.com/linux-2.6-dom0-pvops.git
I'm maintaining the tree in this repo in two separate forms:
* Development branch:
The master branch is an ongoing, shareable development branch,
currently including a fair
2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi,
I've updated the dom0 pvops patches against 2.6.24, and they now have a
new git home:
http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git
git://et.redhat.com/linux-2.6-dom0-pvops.git
I'm maintaining the tree in this repo in two separate forms:
* Development branch:
The master branch is an ongoing, shareable development branch,
currently including a fair
2008 Jan 25
0
Updated dom0 pvops for 2.6.24 available on git
Hi,
I've updated the dom0 pvops patches against 2.6.24, and they now have a
new git home:
http://git.et.redhat.com/?p=linux-2.6-dom0-pvops.git
git://et.redhat.com/linux-2.6-dom0-pvops.git
I'm maintaining the tree in this repo in two separate forms:
* Development branch:
The master branch is an ongoing, shareable development branch,
currently including a fair
2024 Oct 23
10
[Bug 3747] New: ssh with ldap user account slow every time, local accounts unaffected
https://bugzilla.mindrot.org/show_bug.cgi?id=3747
Bug ID: 3747
Summary: ssh with ldap user account slow every time, local
accounts unaffected
Product: Portable OpenSSH
Version: 8.9p1
Hardware: 68k
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component:
2011 Feb 18
6
[Bug 34430] New: nouveau driver does not return VGA connector status breaking upower
https://bugs.freedesktop.org/show_bug.cgi?id=34430
Summary: nouveau driver does not return VGA connector status
breaking upower
Product: xorg
Version: unspecified
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
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
2018 Mar 22
0
回复: Fwd: About libvirt domain snapshot problem(for single disk snapshot)
My negligence。
--
James Iter
在 2018年3月22日 星期四,下午11:02,Dominik Psenner 写道:
> I believe that Your mail went to the wrong recipient. As far as I'm
> concerned it should have been sent to the libvirt-users mailing list,
> shouldn't it?
>
>
> On 2018-03-22 15:55, James Iter wrote:
> > Thank your reply.
> > I found the method.
> > Now, I sharing