[ovirt-users] Snapshots and mess with Storage

2024-03-07 Thread thorsten.bolten--- via Users
Hi,

I experienced a weird Failure. I hope I explain it understandable and not too 
hard to read

We had issues with our backups, that they can't finalize
Here is a Thread someone having the same issue.

https://forums.veeam.com/ovirt-kvm-f62/veeam-rhv-12-1-command-removeimageticketvds-failed-t91699.html#p510618

so I made some investigations and recognized, it seems to be an Issue with 
Snapshot

1. I created a Snapshot

https://paste.fo/c0b8e77a3400

what works

2. Then I tried to deleted the snapshot, what didn't work

https://paste.fo/013e5632e0d6

So I logged in to a node and checked several things

First strange thing was, I can see pvs vgs etc, I am used, that ovirt hides 
them in the System (on one of those nodes it's still the case) but anyways

[root@ovnb05 ~]# pvs
  WARNING: Couldn't find device with uuid 
uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb.
  WARNING: VG 515bebca-972b-42ac-abff-d76af0071613 is missing PV 
uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb (last written to 
/dev/mapper/360002ac000880002a7fd).
  PVVG  
 Fmt  Attr PSize   PFree
  /dev/mapper/360002ac000870002a7fd 
515bebca-972b-42ac-abff-d76af0071613 lvm2 a--  <12.00t  10.77t
  /dev/sda3 rl  
 lvm2 a--  892.16g  0
  [unknown] 
515bebca-972b-42ac-abff-d76af0071613 lvm2 a-m  <12.00t <12.00t


So I did

[root@ovnb05 ~]# pvdisplay
  WARNING: Couldn't find device with uuid 
uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb.
  WARNING: VG 515bebca-972b-42ac-abff-d76af0071613 is missing PV 
uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb (last written to 
/dev/mapper/360002ac000880002a7fd).
  --- Physical volume ---
  PV Name   /dev/mapper/360002ac000870002a7fd
  VG Name   515bebca-972b-42ac-abff-d76af0071613
  PV Size   12.00 TiB / not usable 384.00 MiB
  Allocatable   yes
  PE Size   128.00 MiB
  Total PE  98301
  Free PE   88247
  Allocated PE  10054
  PV UUID   D6Typd-s7lA-PyoI-PvrL-rd9N-mS64-VeV1j3

  --- Physical volume ---
  PV Name   [unknown]
  VG Name   515bebca-972b-42ac-abff-d76af0071613
  PV Size   12.00 TiB / not usable 384.00 MiB
  Allocatable   yes
  PE Size   128.00 MiB
  Total PE  98301
  Free PE   98301
  Allocated PE  0
  PV UUID   uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb

  --- Physical volume ---
  PV Name   /dev/sda3
  VG Name   rl
  PV Size   892.16 GiB / not usable 2.00 MiB
  Allocatable   yes (but full)
  PE Size   4.00 MiB
  Total PE  228393
  Free PE   0
  Allocated PE  228393
  PV UUID   kRe0EF-736L-QwZA-iGtM-67wp-8cr4-DKKcX2


I have never seen an unknown before, so I guess something happened to that LUN

But the LUN is available and in /var/log/messages I can't find any issue with 
the LUN or the path etc.

[root@ovnb05 data-center]# blkid  |grep uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb
/dev/sdi: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdg: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sde: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdn: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdc: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdl: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdr: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"
/dev/sdp: UUID="uHJs0a-T7R3-2H8E-15W9-cGqW-ZN1e-xsdCsb" TYPE="LVM2_member"


So I did some nasty stuff, like removing it and trying to add it again, through 
that process it told me that there is no meta Data on the Device

So at the End I am a little bit lost now.

Maybe the storage was failing for some reason or maybe veeam messed something 
up, but what leaves me afraid is, that the Ovirt-Engine didn't show me any 
Problem with the Cluster or the Storage.

I mean it's obvious, that there was/is a huge failure with the storage and 
Ovirt did not recognize neither did it alarm me.

At the moment I detached the LUN from the Storage Domain and created a seperate 
one (cause I recognized that having several LUN's in a Storage Domain seems to 
be an bad Idea)  and one PVS is now hidden, the other one not

[root@ovnb05 data-center]# pvs
  PVVG  
 Fmt  Attr PSize   PFree
  /dev/mapper/360002ac000870002a7fd 
515bebca-972b-42ac-abff-d76af0071613 lvm2 a--  <12.00t 11.81t
  /dev/sda3 rl  
 lvm2 a--  892.16g 0



[root@ovnb05 data-center]# cat 

[ovirt-users] Snapshots not possible

2020-02-03 Thread Christoph Köhler

Hi,

since we have updated to 4.3.7 and another cluster to 4.3.8 snapshots 
are not longer possible. In previous version all went well...


° libGfApi enabled
° gluster 6.7.1 on gluster-server and client
° libvirt-4.5.0-23.el7_7.3

vdsm on a given node says:

jsonrpc/2) [vds] prepared volume path: 
gluvol3/e54d835a-d8a5-44ae-8e17-fcba1c54e46f/images/1f43916a-bbf2-447b-b17d-ba22d4ec8c90/0e56d498-11d2-4f35-b781-a2e06d286eb8 
(clientIF:510)


(jsonrpc/2) [virt.vm] (vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') 

type="network">name="gluvol3/e54d835a-d8a5-44ae-8e17-fcba1c54e46f/images/1f43916a-bbf2-447b-b17d-ba22d4ec8c90/0e56d498-11d2-4f35-b781-a2e06d286eb8" 
protocol="gluster" type="network">/> (vm:4497)


(jsonrpc/2) [virt.vm] (vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') 
Disabling drive monitoring (drivemonitor:60)


(jsonrpc/2) [virt.vm] (vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') 
Freezing guest filesystems (vm:4268)
WARN  (jsonrpc/2) [virt.vm] 
(vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') Unable to freeze guest 
filesystems: Guest agent is not responding: QEMU guest agent is not 
connected (vm:4273)
INFO  (jsonrpc/2) [virt.vm] 
(vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') Taking a live snapshot 
(drives=sda, memory=True) (vm:4513)

...
...

ERROR (jsonrpc/2) [virt.vm] 
(vmId='acdc31b5-082b-4a68-b586-02354a7fdd73') Unable to take snapshot 
(vm:4517)

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/vdsm/virt/vm.py", line 4514, 
in snapshot

self._dom.snapshotCreateXML(snapxml, snapFlags)
  File "/usr/lib/python2.7/site-packages/vdsm/virt/virdomain.py", line 
100, in f

ret = attr(*args, **kwargs)
  File 
"/usr/lib/python2.7/site-packages/vdsm/common/libvirtconnection.py", 
line 131, in wrapper

ret = f(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/vdsm/common/function.py", line 
94, in wrapper

return func(inst, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 2620, in 
snapshotCreateXML
if ret is None:raise libvirtError('virDomainSnapshotCreateXML() 
failed', dom=self)
libvirtError: internal error: unable to execute QEMU command 
'transaction': Could not read L1 table: Input/output error

...
INFO  (jsonrpc/2) [jsonrpc.JsonRpcServer] RPC call VM.snapshot failed 
(error 48) in 4.65 seconds (__init__:312)


It seems that the origin is libvirt or qemu.

Regards
Chris
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/2HZEFV4GBUBLLIDYMWJEO26A2O3M6XGJ/


[ovirt-users] Snapshots and quotas

2019-06-13 Thread Mitja Mihelič

Hi!

We are using oVirt 4.1.9 with quotas enabled. The usual quota is 40GB 
per user, usually used for a webserver. It is created from a template 
with a 40GB disk.
When such users try to create a snapshot of their VM, oVirt blocks the 
operation with "Cannot create Snapshot. Quota has insufficient storage 
resources."


I could increase the quota to 2x size. But then users would create 
additional disks, snapshot creation would fail due to insufficient 
storage resources and we're back to square one.


I could increase "Storage Grace" to 200%. It would take users longer to 
figure out that they can create additional disk even if the quota showed 
100% full. But sooner or later we would be back to square one.


Is it possible to exclude snapshots from the quota system?

Kind regards,
Mitja

P.S.
"Storage Threshold" is currently set to 80% and "Storage Grace" to 120%. 
Where can we change the default settings to something else?
E.g. new quotas would have "Storage Threshold" set to 90% and "Storage 
Grace" to 160%.

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/OUBWW6HKXZO2EOKDDHFX3YAXL4LJJMGR/


[ovirt-users] snapshots upload

2018-08-29 Thread David David
hi all

ovirt engine 4.2.5.2-1.el7

ovirt node:
KVM Version: 2.9.0 - 16.el7_4.14.1
LIBVIRT Version: libvirt-3.2.0-14.el7_4.9
VDSM Version: vdsm-4.20.27.1-1.el7.centos

Can't restore vm by following this instruction
https://ovirt.org/develop/release-management/features/storage/backup-restore-disk-snapshots/
error message:

# python upload_disk_snapshots.py
Creating disk: 414d6613-5cfe-493c-ae6c-aa29caa32983
Traceback (most recent call last):
  File "upload_disk_snapshots.py", line 305, in 
disk = create_disk(base_volume, disk_id, sd_name, disks_service)
  File "upload_disk_snapshots.py", line 186, in create_disk
name=sd_name
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py", line
6715, in add
return self._internal_add(disk, headers, query, wait)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 232,
in _internal_add
return future.wait() if wait else future
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 55,
in wait
return self._code(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 229,
in callback
self._check_fault(response)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 132,
in _check_fault
self._raise_error(response, body)
  File "/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py", line 118,
in _raise_error
raise error
ovirtsdk4.Error: Fault reason is "Operation Failed". Fault detail is
"[Cannot add Virtual Disk. Disk configuration (RAW Sparse) is incompatible
with the storage domain type.]". HTTP response code is 400.

# tree 414d6613-5cfe-493c-ae6c-aa29caa32983/
414d6613-5cfe-493c-ae6c-aa29caa32983/
├── 3610d5fd-6f55-46d9-a226-c06eee8e21e6
└── f77207b2-6e5b-4464-bd6f-5ae6d776435d

414d6613-5cfe-493c-ae6c-aa29caa32983 - disk id
3610d5fd-6f55-46d9-a226-c06eee8e21e6 - base image file
f77207b2-6e5b-4464-bd6f-5ae6d776435d - snapshot1 file

# qemu-img info
414d6613-5cfe-493c-ae6c-aa29caa32983/3610d5fd-6f55-46d9-a226-c06eee8e21e6
image:
414d6613-5cfe-493c-ae6c-aa29caa32983/3610d5fd-6f55-46d9-a226-c06eee8e21e6
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 22G
cluster_size: 65536
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false

# qemu-img info
414d6613-5cfe-493c-ae6c-aa29caa32983/f77207b2-6e5b-4464-bd6f-5ae6d776435d
image:
414d6613-5cfe-493c-ae6c-aa29caa32983/f77207b2-6e5b-4464-bd6f-5ae6d776435d
file format: qcow2
virtual size: 20G (21474836480 bytes)
disk size: 1.0G
cluster_size: 65536
backing file: 3610d5fd-6f55-46d9-a226-c06eee8e21e6 (actual path:
414d6613-5cfe-493c-ae6c-aa29caa32983/3610d5fd-6f55-46d9-a226-c06eee8e21e6)
backing file format: qcow2
Format specific information:
compat: 1.1
lazy refcounts: false
refcount bits: 16
corrupt: false

upload_disk_snapshots.py:
==
if __name__ == "__main__":

# Set storage domain name
sd_name = 'data_sas3'

# Set OVF file path
ovf_file_path = 'f4fdaf18-b944-4d22-879b-e235145a93f6.ovf'

# Disk to upload
disk_path = '414d6613-5cfe-493c-ae6c-aa29caa32983'
disk_id = os.path.basename(disk_path)
==
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/EATGJIKM3ZHUVKXYA2ZRDNLBDDSEM4XG/


[ovirt-users] Snapshots - Preview button greyed out

2018-08-16 Thread Leo David
Hi Everyone,
I am encountering an issue on my oVirt 4.2 self-hosted engine installation.
Suddenly the "Preview" button in snapshots menu became inactive,  I just
cannot revert any previews snapshots.
This feature worked fine over the last month, but now it seems to be just
inactive.
Any thoughts on this ?

Thank you very much !

Leo

-- 
Best regards, Leo David
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/5DKCIYR46N67FB6PLP3QMXUYTAZOWYNE/


[ovirt-users] Snapshots don't seem to work with Windows VMs

2018-06-29 Thread jmp242
I've been testing with Windows 10 1607 LTSB and created several snapshots. I 
can preview each one, but they all boot with the same configuration and 
software installed and files as the "active VM" - so I cannot see at all how to 
roll back changes. Is this a known issue? I believe I'm following the 
documentation properly, but I can't see that the snapshots are doing anything.

I'm testing on Scientific Linux 7.4 using oVirt 4.2.2.6-1.el7.centos. 
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/SMBXAKQQCS322ZI5P47XWQO73N4WHY7I/


Re: [ovirt-users] Snapshots from User Portal in ovirt 4.2?

2018-04-15 Thread Shani Leviim
Hi Brian,

I think this is the one you need:
https://www.ovirt.org/documentation/user-guide/user-guide/#snapshots

Hope it helps!


*Regards,*

*Shani Leviim*

On Fri, Apr 13, 2018 at 11:42 PM, Brian Chow  wrote:

> After upgrading from 4.1 to 4.2, we can no longer find the snapshot
> functionality in the User Portal -- the documentation is still referencing
> the 4.1 UI.  Was this removed from the user portal?  Moved to a different
> area?  Are the required permissions different from 4.1?
>
> Thanks for the help!
>
>
> ___
> Users mailing list
> Users@ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Snapshots from User Portal in ovirt 4.2?

2018-04-13 Thread Brian Chow
After upgrading from 4.1 to 4.2, we can no longer find the snapshot
functionality in the User Portal -- the documentation is still referencing
the 4.1 UI.  Was this removed from the user portal?  Moved to a different
area?  Are the required permissions different from 4.1?

Thanks for the help!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [ovirt-users] Snapshots auto generated for live Storage

2014-07-22 Thread Itamar Heim

On 07/15/2014 06:27 PM, André Freitas wrote:

Hi,

after i had successfully migrated the disks to a different nfs
datastore, i now have a vm with 3 snapshots: 1 current with the
description Active VM and 2 more with the description Auto-generated
for Live Storage. For what i have been reading online, i can only
delete snapshots with the vm offline. is this true? Second, should i
commit the live storage snapshots before i delete them or its safe to
delete them without commit?


commit iirc is post 'preview', which would revet to them.
you can just delete.
yes, only cold delete supported in 3.4.
3.5 brings live merge, but will require a supporting libvirt/qemu-kvm 
version providing that feature (still in development)



Best regards,
--

André Freitas   *André Freitas*

System  Network Administrator | (+351) 234 484 466




ISO 9001 CMMI Level 2
Ubiwhere
Copyright © Ubiwhere. 2014. All rights reserved. Content for exclusive
use of their rightful recipients. Dissemination, copy or use of
information by third parties is prohibited. If you are not an authorised
recipient and received this message, please notify the sender and then
delete it without copying the text and attachments nor distributing or
disclosing its contents.








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[ovirt-users] Snapshots auto generated for live Storage

2014-07-15 Thread André Freitas
Hi,

after i had successfully migrated the disks to a different nfs
datastore, i now have a vm with 3 snapshots: 1 current with the
description Active VM and 2 more with the description Auto-generated
for Live Storage. For what i have been reading online, i can only
delete snapshots with the vm offline. is this true? Second, should i
commit the live storage snapshots before i delete them or its safe to
delete them without commit?
Best regards,
-- 

André Freitas
André Freitas

System  Network
Administrator | (+351)
234 484 466




ISO 9001 CMMI Level 2
Ubiwhere
Copyright © Ubiwhere.
2014. All rights
reserved. Content for
exclusive use of their
rightful recipients.
Dissemination, copy or
use of information by
third parties is
prohibited. If you are
not an authorised
recipient and received
this message, please
notify the sender and
then delete it without
copying the text and
attachments nor
distributing or
disclosing its
contents. 





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots not visible in webadmin

2014-03-26 Thread René Koch

On 03/26/2014 10:55 AM, Meital Bourvine wrote:

Hi,

It might be a browser issue.
Does refreshing the page solves it?


Thanks a lot for the tip and the quick response.
Indeed it was a browser issue (Firefox 26 on Fedora 20) - Refreshing the 
page did solve the issue.




[1] https://bugzilla.redhat.com/show_bug.cgi?id=1011490

- Original Message -

From: René Koch rk...@linuxland.at
To: users@ovirt.org
Sent: Wednesday, March 26, 2014 11:52:26 AM
Subject: [Users] Snapshots not visible in webadmin

Hi,

I created a snapshot of a virtual machine in my oVirt 3.4 environment
which worked fine, but in the Snapshots tab the snapshot isn't visible -
in Custom Preview Snapshot window I can see the snapshot (see attached
screenshot).

Do you have any idea why I can't see my snapshot or is this a already
known bug in 3.4 pre-release?


--
Best Regards

René Koch
Senior Solution Architect


LIS-Linuxland GmbH
Brünner Straße 163, A-1210 Vienna

Phone:   +43 1 236 91 60
Mobile:  +43 660 / 512 21 31
E-Mail:  rk...@linuxland.at



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots not visible in webadmin

2014-03-26 Thread Gilad Chaplik
I'm getting it as well from time to time, also for disks in disk tab.
Don't know why (tried to look at it in old days) :-/

@Daniel, Do you have any insights?

Thanks, 
Gilad.

- Original Message -
 From: Maurice James midnightst...@msn.com
 To: René Koch rk...@linuxland.at, users@ovirt.org
 Sent: Wednesday, March 26, 2014 12:01:31 PM
 Subject: Re: [Users] Snapshots not visible in webadmin
 
 Try a hard refresh ctrl F5
 
 -Original Message-
 From: users-boun...@ovirt.org [mailto:users-boun...@ovirt.org] On Behalf Of
 René Koch
 Sent: Wednesday, March 26, 2014 5:52 AM
 To: users@ovirt.org
 Subject: [Users] Snapshots not visible in webadmin
 
 Hi,
 
 I created a snapshot of a virtual machine in my oVirt 3.4 environment which
 worked fine, but in the Snapshots tab the snapshot isn't visible - in Custom
 Preview Snapshot window I can see the snapshot (see attached screenshot).
 
 Do you have any idea why I can't see my snapshot or is this a already known
 bug in 3.4 pre-release?
 
 
 --
 Best Regards
 
 René Koch
 Senior Solution Architect
 
 
 LIS-Linuxland GmbH
 Brünner Straße 163, A-1210 Vienna
 
 Phone:   +43 1 236 91 60
 Mobile:  +43 660 / 512 21 31
 E-Mail:  rk...@linuxland.at
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots not listed for VM using 3.3.4

2014-03-08 Thread Trey Dockendorf
On Sat, Mar 8, 2014 at 1:24 AM, Markus Stockhausen
stockhau...@collogia.de wrote:
 Von: users-boun...@ovirt.org [users-boun...@ovirt.org]quot; im Auftrag von 
 quot;Trey Dockendorf
 [treyd...@gmail.com]
 Gesendet: Freitag, 7. März 2014 23:23
 An: users
 Betreff: [Users] Snapshots not listed for VM using 3.3.4

 I have two VMs in my cluster, one is CentOS 6.5 and one is CentOS
 5.10.  I have updated qemu on the ovirt nodes to use the RPMs from
 http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6.

 # yum list installed | grep qemu
 gpxe-roms-qemu.noarch 0.9.7-6.10.el6@base
 qemu-img.x86_64   2:0.12.1.2-2.415.el6_5.4
 qemu-kvm.x86_64   2:0.12.1.2-2.415.el6_5.4
 qemu-kvm-tools.x86_64 2:0.12.1.2-2.415.el6_5.4

 I am able to perform a snapshot using the web UI, which succeeds, but
 the snapshot is never listed in the Snapshots tab for either VM.

 Maybe be only a temporary problem and a browser restart could help
 see https://bugzilla.redhat.com/show_bug.cgi?id=1058618


Opening in a new browser did the trick.  Thanks!

- Trey

 Running virsh -r snapshot-list domain for either VMs shows no snapshots.

 Attached is vdsm.log and engine.log (output when creating snapshot of
 EL6 VM) and vdsm2.log and engine2.log (output when creating snapshot
 of EL5 VM).

 Engine and nodes are updated to 3.3.4
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots not listed for VM using 3.3.4

2014-03-07 Thread Markus Stockhausen
 Von: users-boun...@ovirt.org [users-boun...@ovirt.org]quot; im Auftrag von 
 quot;Trey Dockendorf 
 [treyd...@gmail.com]
 Gesendet: Freitag, 7. März 2014 23:23
 An: users
 Betreff: [Users] Snapshots not listed for VM using 3.3.4
 
 I have two VMs in my cluster, one is CentOS 6.5 and one is CentOS
 5.10.  I have updated qemu on the ovirt nodes to use the RPMs from
 http://jenkins.ovirt.org/view/Packaging/job/qemu-kvm-rhev_create_rpms_el6.
 
 # yum list installed | grep qemu
 gpxe-roms-qemu.noarch 0.9.7-6.10.el6@base
 qemu-img.x86_64   2:0.12.1.2-2.415.el6_5.4
 qemu-kvm.x86_64   2:0.12.1.2-2.415.el6_5.4
 qemu-kvm-tools.x86_64 2:0.12.1.2-2.415.el6_5.4
 
 I am able to perform a snapshot using the web UI, which succeeds, but
 the snapshot is never listed in the Snapshots tab for either VM.

Maybe be only a temporary problem and a browser restart could help
see https://bugzilla.redhat.com/show_bug.cgi?id=1058618

 Running virsh -r snapshot-list domain for either VMs shows no snapshots.
 
 Attached is vdsm.log and engine.log (output when creating snapshot of
 EL6 VM) and vdsm2.log and engine2.log (output when creating snapshot
 of EL5 VM).
 
 Engine and nodes are updated to 3.3.4

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots

2014-03-05 Thread Dafna Ron

https://bugzilla.redhat.com/show_bug.cgi?id=1009100

On 03/05/2014 07:07 AM, Gadi Ickowicz wrote:

Hi,

Were you taking a live snapshot? That process is actually composed of 2 steps:
1) Taking the snapshot (creating the a new volume that is part of the image)
2) Configuring the vm to use the new volume
A failure in step 2 would result in the new volume being created, but the VM 
still writing to the old volume, and that warning could be what you saw.

could you please attach the engine logs, and if possible, the vdsm logs for the 
SPM at the time you took the snapshot.

Thanks,
Gadi Ickowicz

- Original Message -
From: Maurice James midnightst...@msn.com
To: users@ovirt.org
Sent: Tuesday, March 4, 2014 10:45:39 PM
Subject: [Users] Snapshots

I attempted to create a snapshot and an alert came up saying that it failed, 
but when I look at the snapshots tab for that specific VM, it says that the 
status is OK. Which should I believe?

Ver 3.3.3-2.el6

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



--
Dafna Ron
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Snapshots

2014-03-04 Thread Maurice James
I attempted to create a snapshot and an alert came up saying that it failed, 
but when I look at the snapshots tab for that specific VM, it says that the 
status is OK. Which should I believe?

Ver  3.3.3-2.el6  ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Snapshots

2014-03-04 Thread Gadi Ickowicz
Hi,

Were you taking a live snapshot? That process is actually composed of 2 steps:
1) Taking the snapshot (creating the a new volume that is part of the image)
2) Configuring the vm to use the new volume 
A failure in step 2 would result in the new volume being created, but the VM 
still writing to the old volume, and that warning could be what you saw.

could you please attach the engine logs, and if possible, the vdsm logs for the 
SPM at the time you took the snapshot.

Thanks,
Gadi Ickowicz

- Original Message -
From: Maurice James midnightst...@msn.com
To: users@ovirt.org
Sent: Tuesday, March 4, 2014 10:45:39 PM
Subject: [Users] Snapshots

I attempted to create a snapshot and an alert came up saying that it failed, 
but when I look at the snapshots tab for that specific VM, it says that the 
status is OK. Which should I believe? 

Ver 3.3.3-2.el6 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots not shown in webadmin on 3.3.3

2014-02-15 Thread Markus Stockhausen
 Von: users-boun...@ovirt.org [users-boun...@ovirt.org]quot; im Auftrag von 
 quot;Jiri Belka [jbe...@redhat.com]
 Gesendet: Donnerstag, 13. Februar 2014 09:27
 An: Eli Mesika
 Cc: Juan Pablo Lorier; users
 Betreff: Re: [Users] snapshots not shown in webadmin on 3.3.3
 
 On Wed, 12 Feb 2014 16:41:06 -0500 (EST)
 Eli Mesika emes...@redhat.com wrote:
 
 
 
  - Original Message -
   From: Juan Pablo Lorier jplor...@gmail.com
   To: users users@ovirt.org
   Sent: Wednesday, February 12, 2014 6:37:28 PM
   Subject: [Users] snapshots not shown in webadmin on 3.3.3
  
   Hi,
  
   I've updated to 3.3.3 last week and now I find that the snapshots are
   not shown in webadmin. I've taken some new ones to see if it was due to
   the migration, but though they finish correctly, they are not shown in
   the webadmin tab.
   Is there a way to list the snapshots other than the webadmin?
 
  Juan
  I had reproduced that in 3.4 beta 2 , can you please open a bug on that ?
  Thanks
 
  Eli
 
 If this is just Web UI issue than it is known for long time. But there's
 no clear reproducer (BZ was filled for RHEVM 3.3). This has something
 to do with Firefox cache. With clear FF profile snapshots are visible.
 But after some time when are not visible until full reload of the page.
 
 j.

At least one scenario to reproduce the bug was filed in this BZ 1058618

Markus
Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte
Informationen. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte
Weitergabe dieser Mail ist nicht gestattet.

Über das Internet versandte E-Mails können unter fremden Namen erstellt oder
manipuliert werden. Deshalb ist diese als E-Mail verschickte Nachricht keine
rechtsverbindliche Willenserklärung.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

Vorstand:
Kadir Akin
Dr. Michael Höhnerbach

Vorsitzender des Aufsichtsrates:
Hans Kristian Langva

Registergericht: Amtsgericht Köln
Registernummer: HRB 52 497

This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.

e-mails sent over the internet may have been written under a wrong name or
been manipulated. That is why this message sent as an e-mail is not a
legally binding declaration of intention.

Collogia
Unternehmensberatung AG
Ubierring 11
D-50678 Köln

executive board:
Kadir Akin
Dr. Michael Höhnerbach

President of the supervisory board:
Hans Kristian Langva

Registry office: district court Cologne
Register number: HRB 52 497


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots not shown in webadmin on 3.3.3

2014-02-13 Thread Jiri Belka
On Wed, 12 Feb 2014 16:41:06 -0500 (EST)
Eli Mesika emes...@redhat.com wrote:

 
 
 - Original Message -
  From: Juan Pablo Lorier jplor...@gmail.com
  To: users users@ovirt.org
  Sent: Wednesday, February 12, 2014 6:37:28 PM
  Subject: [Users] snapshots not shown in webadmin on 3.3.3
  
  Hi,
  
  I've updated to 3.3.3 last week and now I find that the snapshots are
  not shown in webadmin. I've taken some new ones to see if it was due to
  the migration, but though they finish correctly, they are not shown in
  the webadmin tab.
  Is there a way to list the snapshots other than the webadmin?
 
 Juan
 I had reproduced that in 3.4 beta 2 , can you please open a bug on that ?
 Thanks
 
 Eli

If this is just Web UI issue than it is known for long time. But there's
no clear reproducer (BZ was filled for RHEVM 3.3). This has something
to do with Firefox cache. With clear FF profile snapshots are visible.
But after some time when are not visible until full reload of the page.

j.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots not shown in webadmin on 3.3.3

2014-02-13 Thread Juan Pablo Lorier
It's done:

*Bug 1064946* https://bugzilla.redhat.com/show_bug.cgi?id=1064946
-Snapshots are not shown

Regards,

On 12/02/14 19:41, Eli Mesika wrote:

 - Original Message -
 From: Juan Pablo Lorier jplor...@gmail.com
 To: users users@ovirt.org
 Sent: Wednesday, February 12, 2014 6:37:28 PM
 Subject: [Users] snapshots not shown in webadmin on 3.3.3

 Hi,

 I've updated to 3.3.3 last week and now I find that the snapshots are
 not shown in webadmin. I've taken some new ones to see if it was due to
 the migration, but though they finish correctly, they are not shown in
 the webadmin tab.
 Is there a way to list the snapshots other than the webadmin?
 Juan
 I had reproduced that in 3.4 beta 2 , can you please open a bug on that ?
 Thanks

 Eli


 Regards,


 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users




signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots not shown in webadmin on 3.3.3

2014-02-13 Thread Juan Pablo Lorier
Hi Jiri,

You are right, chrome shows the snapshots. I'll change the bz to reflect
this, you may mark it as a duplicate then.
Regards,
On 13/02/14 06:27, Jiri Belka wrote:
 On Wed, 12 Feb 2014 16:41:06 -0500 (EST)
 Eli Mesika emes...@redhat.com wrote:


 - Original Message -
 From: Juan Pablo Lorier jplor...@gmail.com
 To: users users@ovirt.org
 Sent: Wednesday, February 12, 2014 6:37:28 PM
 Subject: [Users] snapshots not shown in webadmin on 3.3.3

 Hi,

 I've updated to 3.3.3 last week and now I find that the snapshots are
 not shown in webadmin. I've taken some new ones to see if it was due to
 the migration, but though they finish correctly, they are not shown in
 the webadmin tab.
 Is there a way to list the snapshots other than the webadmin?
 Juan
 I had reproduced that in 3.4 beta 2 , can you please open a bug on that ?
 Thanks

 Eli
 If this is just Web UI issue than it is known for long time. But there's
 no clear reproducer (BZ was filled for RHEVM 3.3). This has something
 to do with Firefox cache. With clear FF profile snapshots are visible.
 But after some time when are not visible until full reload of the page.

 j.




signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] snapshots not shown in webadmin on 3.3.3

2014-02-12 Thread Juan Pablo Lorier
Hi,

I've updated to 3.3.3 last week and now I find that the snapshots are
not shown in webadmin. I've taken some new ones to see if it was due to
the migration, but though they finish correctly, they are not shown in
the webadmin tab.
Is there a way to list the snapshots other than the webadmin?
Regards,



signature.asc
Description: OpenPGP digital signature
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots not shown in webadmin on 3.3.3

2014-02-12 Thread Eli Mesika


- Original Message -
 From: Juan Pablo Lorier jplor...@gmail.com
 To: users users@ovirt.org
 Sent: Wednesday, February 12, 2014 6:37:28 PM
 Subject: [Users] snapshots not shown in webadmin on 3.3.3
 
 Hi,
 
 I've updated to 3.3.3 last week and now I find that the snapshots are
 not shown in webadmin. I've taken some new ones to see if it was due to
 the migration, but though they finish correctly, they are not shown in
 the webadmin tab.
 Is there a way to list the snapshots other than the webadmin?

Juan
I had reproduced that in 3.4 beta 2 , can you please open a bug on that ?
Thanks

Eli


 Regards,
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] snapshots, checkpoints etc...

2013-04-20 Thread Itamar Heim

On 03/26/2013 12:48 PM, Jiri Belka wrote:

Probably not the best list for this question but anyway...

* snapshot as it is done with 'savevm' from qemu monitor saves disk,
   cpu, memory state of running VM... but

   1. it must be qcow2 image
   2. it pauses the VM for couple of seconds

   is this right?


if you are asking on qemu behavior then yes.
ovirt doesn't support this type of snapshot (with state) tet, and is 
using qcow2 with external backing file (which allows to use a raw image 
for the base one).

there is active work to add snapshot with ram.



* snapshots is only for block devices, are done offline


why not nfs/posix/localfs?



* live snapshot is only for block devices, can be done online


non block as well.



* snapshot tree with branches is not supported now

   am I right?


apart from a special state of previewing an older snapshot, no.



So my understanding there is no way to have a photo, in qemu language
_checkpoint_, in VMWare language _snapshot_ without interupting the VM.
Am I right? Any comments?


live snapshot with ram should cover this. interruption to vm is supposed 
to be similar to live migration - not noticeable (YMMV).




This topic is quite confusing while searching Internet.

jbelka
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] snapshots, checkpoints etc...

2013-03-26 Thread Jiri Belka
Probably not the best list for this question but anyway...

* snapshot as it is done with 'savevm' from qemu monitor saves disk,
  cpu, memory state of running VM... but

  1. it must be qcow2 image
  2. it pauses the VM for couple of seconds

  is this right?

* snapshots is only for block devices, are done offline

* live snapshot is only for block devices, can be done online

* snapshot tree with branches is not supported now

  am I right?

So my understanding there is no way to have a photo, in qemu language
_checkpoint_, in VMWare language _snapshot_ without interupting the VM.
Am I right? Any comments?

This topic is quite confusing while searching Internet.

jbelka
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users