similar to: virtlock - a VM goes read-only

Displaying 20 results from an estimated 2000 matches similar to: "virtlock - a VM goes read-only"

2017 Nov 16
0
Re: virtlock - a VM goes read-only
On Wed, Nov 15, 2017 at 02:24:48PM +0000, Branimir Pejakovic wrote: > Dear colleagues, > > I am facing a problem that has been troubling me for last week and a half. > Please if you are able to help or offer some guidance. > > I have a non-prod POC environment with 2 CentOS7 fully updated hypervisors > and an NFS filer that serves as a VM image storage. The overall
2017 Sep 08
0
GlusterFS as virtual machine storage
Back to replica 3 w/o arbiter. Two fio jobs running (direct=1 and direct=0), rebooting one node... and VM dmesg looks like: [ 483.862664] blk_update_request: I/O error, dev vda, sector 23125016 [ 483.898034] blk_update_request: I/O error, dev vda, sector 2161832 [ 483.901103] blk_update_request: I/O error, dev vda, sector 2161832 [ 483.904045] Aborting journal on device vda1-8. [ 483.906959]
2017 Sep 08
3
GlusterFS as virtual machine storage
Oh, you really don't want to go below 30s, I was told. I'm using 30 seconds for the timeout, and indeed when a node goes down the VM freez for 30 seconds, but I've never seen them go read only for that. I _only_ use virtio though, maybe it's that. What are you using ? On Fri, Sep 08, 2017 at 11:41:13AM +0200, Pavel Szalbot wrote: > Back to replica 3 w/o arbiter. Two fio jobs
2015 Nov 06
2
How could I do the guest mount operation from the host?
Hi all, When I attach a disk like this: <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='/kvmdata/disk/dk389_581.img'/> <backingStore/> <target dev='vda' bus='virtio'/> <alias name='virtio-disk0'/>
2014 Jun 29
0
virt_blk BUG: sleeping function called from invalid context
On Fri, Jun 27, 2014 at 07:57:38AM -0400, Josh Boyer wrote: > Hi All, > > We've had a report[1] of the virt_blk driver causing a lot of spew > because it's calling a sleeping function from an invalid context. The > backtrace is below. This is with kernel v3.16-rc2-69-gd91d66e88ea9. Hi Jens, pls see below - it looks like the call to blk_mq_end_io from IRQ context is
2013 May 03
1
sanlockd, virtlock and GFS2
Hi, I'm trying to put in place a KVM cluster (using clvm and gfs2), but I'm running into some issues with either sanlock or virtlockd. All virtual machines are handled via the cluster (in /etc/cluser/cluster.conf) but I want some kind of locking to be in place as extra security measurement. Sanlock ======= At first I tried sanlock, but it seems if one node goes down unexpectedly,
2014 Jun 27
2
virt_blk BUG: sleeping function called from invalid context
Hi All, We've had a report[1] of the virt_blk driver causing a lot of spew because it's calling a sleeping function from an invalid context. The backtrace is below. This is with kernel v3.16-rc2-69-gd91d66e88ea9. The reporter is on CC and can give you relevant details. josh [1] https://bugzilla.redhat.com/show_bug.cgi?id=1113805 [drm] Initialized bochs-drm 1.0.0 20130925 for
2014 Jun 27
2
virt_blk BUG: sleeping function called from invalid context
Hi All, We've had a report[1] of the virt_blk driver causing a lot of spew because it's calling a sleeping function from an invalid context. The backtrace is below. This is with kernel v3.16-rc2-69-gd91d66e88ea9. The reporter is on CC and can give you relevant details. josh [1] https://bugzilla.redhat.com/show_bug.cgi?id=1113805 [drm] Initialized bochs-drm 1.0.0 20130925 for
2017 Sep 08
0
GlusterFS as virtual machine storage
This is the qemu log of instance: [2017-09-08 09:31:48.381077] C [rpc-clnt-ping.c:160:rpc_clnt_ping_timer_expired] 0-gv_openstack_1-client-1: server 10.0.1.202:49152 has not responded in the last 1 seconds, disconnecting. [2017-09-08 09:31:48.382411] E [rpc-clnt.c:365:saved_frames_unwind] (--> /lib64/libglusterfs.so.0(_gf_log_callingfn+0x13b)[0x7fbcadb09e8b] (-->
2015 Nov 06
2
答复: How could I do the guest mount operation from the host?
Hi, Thanks for your response! But when I use the ssh, I need to know the guest password, and actually it belongs to network communication. I don’t know if the libvirt has some means just like to control the domain to implement the operation? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be] 发送时间: 2015年11月6日 15:41 收件人: 李笳平;
2004 Sep 12
3
calculating error
Could anybody explain this results? >sin(2*pi) -2.449213e-16 #should be zero >(10^16)*sin(log2(4)*pi) -2.449213 #should be zero too and explain what to do to correct this events? Thanks!!! Branimir K. Hackenberger
2015 Nov 06
0
Re: How could I do the guest mount operation from the host?
Why not ssh? Van: libvirt-users-bounces@redhat.com [mailto:libvirt-users-bounces@redhat.com] Namens ??? Verzonden: vrijdag 6 november 2015 3:34 Aan: libvirt-users@redhat.com Onderwerp: [libvirt-users] How could I do the guest mount operation from the host? Hi all, When I attach a disk like this: <disk type='file' device='disk'> <driver name='qemu'
2015 Nov 06
0
Re: How could I do the guest mount operation from the host?
You can attach the disk on the usb bus (<target dev='sda' bus='sub'/> - Not 100% sure about this but probably in the right direction) and let the guest automount usb-storage… Van: 李笳平 [mailto:lijiaping@yovole.com] Verzonden: vrijdag 6 november 2015 10:14 Aan: Dominique Ramaekers; 'libvirt-users@redhat.com' Onderwerp: 答复: [libvirt-users] How could I do the guest
2015 Nov 09
0
Re: How could I do the guest mount operation from the host?
For usb I meant something like: <disk type='file' device='disk'> <driver name='qemu' type='qcow2' cache='none'/> <source file='/kvmdata/disk/dk389_581.img'/> <target dev='sda' bus='usb'/> </disk> If you want to use fiesystem passtrough, I think you have to look at p9 filesystem.
2018 May 29
0
[ovirt-users] Re: Gluster problems, cluster performance issues
I would check disks status and accessibility of mount points where your gluster volumes reside. On Tue, May 29, 2018, 22:28 Jim Kusznir <jim at palousetech.com> wrote: > On one ovirt server, I'm now seeing these messages: > [56474.239725] blk_update_request: 63 callbacks suppressed > [56474.239732] blk_update_request: I/O error, dev dm-2, sector 0 > [56474.240602]
2015 Nov 09
2
答复: How could I do the guest mount operation from the host?
Hi, I have tried usb and it doesn’t work. I don’t know if the filesystem tag could work… I find in the formatdomain docs about the filesystem: <filesystem type='mount' accessmode='passthrough'> <driver type='path' wrpolicy='immediate'/> <source dir='/export/to/guest'/> <target
2003 May 22
1
(no subject)
Dear R-helpers! What it's means "Rank failure in Choleski decomposition" by using of function surf.gls {spatial}? Sincerely Yours Branimir K. Hackenberger
2015 Nov 09
1
答复: How could I do the guest mount operation from the host?
Yes, my modification is like you. I doubt that if the mount operation on the host is reasonable… And what is p9? Best Regards From Jiaping LI 发件人: Dominique Ramaekers [mailto:dominique.ramaekers@cometal.be] 发送时间: 2015年11月9日 15:08 收件人: 李笳平; 'libvirt-users@redhat.com' 主题: RE: [libvirt-users] How could I do the guest mount operation from the host? For usb I meant something like: <disk
2017 Sep 08
2
GlusterFS as virtual machine storage
FYI I set up replica 3 (no arbiter this time), did the same thing - rebooted one node during lots of file IO on VM and IO stopped. As I mentioned either here or in another thread, this behavior is caused by high default of network.ping-timeout. My main problem used to be that setting it to low values like 3s or even 2s did not prevent the FS to be mounted as read-only in the past (at least with
2008 May 10
1
BiodiversityRGUI_problem2
After some investigation I found out that constrained ordination is working fine under R version 6.5.0 and 6.5.1 but not under any of newer versions. Is it posible to repair/make something in for example newest version of R 7.0 lito enble correct using of constrained ordination under BiodiversityRGUI environment? [[alternative HTML version deleted]]