Skip to content

Instantly share code, notes, and snippets.

@klaxa

klaxa/cli Secret

Created December 17, 2014 14:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaxa/c6891413a5323cf9b43c to your computer and use it in GitHub Desktop.
Save klaxa/c6891413a5323cf9b43c to your computer and use it in GitHub Desktop.
root@vsh04:~# virsh start sali-test-client
error: Failed to start domain sali-test-client
error: internal error: early end of file from monitor: possible problem:
[2014-12-17 14:52:29.928606] E [rpc-clnt.c:369:saved_frames_unwind] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_notify+0x168) [0x7f9558076f08] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_connection_cleanup+0xc3) [0x7f95580751c3] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_destroy+0xe) [0x7f95580750de]))) 0-storage2-client-0: forced unwinding frame type(GF-DUMP) op(DUMP(1)) called at 2014-12-17 14:52:29.927867 (xid=0x1)
[2014-12-17 14:52:29.929917] E [rpc-clnt.c:369:saved_frames_unwind] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_notify+0x168) [0x7f9558076f08] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(rpc_clnt_connection_cleanup+0xc3) [0x7f95580751c3] (-->/usr/lib/x86_64-linux-gnu/libgfrpc.so.0(saved_frames_destroy+0xe) [0x7f95580750de]))) 0-storage2-client-1: forced unwinding frame type(GF-DUMP) op(DUMP(1)) called at 2014-12-17 14:52:29.929561 (xid=0x3)
[2014-12-17 14:52:29.929948] E [afr-common.c:4304:afr_notify] 0-
root@vsh04:~# gluster --version
glusterfs 3.5.3 built on Nov 17 2014 15:48:54
Repository revision: git://git.gluster.com/glusterfs.git
Copyright (c) 2006-2011 Gluster Inc. <http://www.gluster.com>
GlusterFS comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GlusterFS under the terms of the GNU General Public License.
root@vsh04:~# gluster volume info storage2
Volume Name: storage2
Type: Replicate
Volume ID: f4d039cc-f03b-4b02-8ea3-4376b37e7de1
Status: Started
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: vsh03.ib:/srv/glusterfs/storage2
Brick2: vsh04.ib:/srv/glusterfs/storage2
Options Reconfigured:
nfs.disable: on
performance.write-behind-window-size: 512MB
performance.cache-size: 512MB
<domain type='kvm'>
<name>sali-test-client</name>
<uuid>cc775e33-0cf1-4fdf-80ec-a79a5fd51304</uuid>
<description>cc775e33-0cf1-4fdf-80ec-a79a5fd51304@monitor.arch.kit.edu::::XPAZqMlQuIFCAYOw9V6YXHuFQPpBD6mS</description>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>1</vcpu>
<os>
<type arch='x86_64' machine='pc-1.1'>hvm</type>
<boot dev='cdrom'/>
<bootmenu enable='yes'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='network' device='disk'>
<driver name='qemu' type='raw'/>
<source protocol='gluster' name='/storage2/sali-test-client/sali-test-client.img'>
<host name='vsh04.ib'/>
</source>
<target dev='vda' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</disk>
<disk type='file' device='cdrom'>
<driver name='qemu' type='raw'/>
<source file='/storage2/sali-test-client/sali-x86_64-1.6.3-hybrid.iso'/>
<target dev='hdc' bus='ide'/>
<readonly/>
<address type='drive' controller='0' bus='1' target='0' unit='0'/>
</disk>
<controller type='pci' index='0' model='pci-root'/>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<interface type='bridge'>
<mac address='00:08:15:21:90:a0'/>
<source bridge='br0'/>
<model type='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<input type='mouse' bus='ps2'/>
<input type='keyboard' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'>
<listen type='address' address='0.0.0.0'/>
</graphics>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</memballoon>
</devices>
</domain>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment