[ovirt-users] Re: Can't access Storage > Volumes through the UI.

2019-12-11 Thread Fred Rolland
he same version of ovirt-engine version >> seems not to be affected. ui.log and engine.log do not seem to show >> anything useful afaik. >> >> Valentin >> On 12/11/19 9:41 AM, Fred Rolland wrote: >> >> Maybe it is a cache issue? >> Can you try to

[ovirt-users] Re: Can't access Storage > Volumes through the UI.

2019-12-11 Thread Fred Rolland
Maybe it is a cache issue? Can you try to clean the cache in the browser? On Tue, Dec 10, 2019 at 9:03 PM Valentin Bajrami < valentin.bajr...@target-holding.nl> wrote: > Hi Eyal, > > Have you had time to see the logs? Any idea what's going on? Could you or > anyone else reproduce this on version

[ovirt-users] Re: How can I use python to find all the virtual machines in the ovirt-engine interface, and export a virtual machine into an ova file ?

2019-10-30 Thread Fred Rolland
Hi, Take a look at these examples: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/list_vms.py https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/export_vm_as_ova.py Regards, Freddy On Thu, Oct 24, 2019 at 4:36 AM wrote: > If I want to use python to find all

[ovirt-users] Re: Linked Clones?

2019-09-22 Thread Fred Rolland
Fabio, Did you tried to create a VM based on a template with thin-provisioning mode? This looks like this is what you want to to achieve. The VM will have a QCOW disk based on the template disk that will stay Read-Only. Regards, Freddy On Thu, Sep 19, 2019 at 10:50 AM Simone Tiraboschi wrote:

[ovirt-users] Re: lvm agregation of lun in a storage domain

2019-07-04 Thread Fred Rolland
Yes, you need to put the Storage Domain in maintenance. Then you will have a "Remove button" on the LUN row like this: https://imgur.com/a/9bZNz On Thu, Jul 4, 2019 at 12:13 PM Nathanaël Blanchet wrote: > Hello > > We made a mistake at the conception of our storage domain and we > aggreggated

[ovirt-users] Re: [ovirt-devel] USB on host support?

2019-07-02 Thread Fred Rolland
This page should answer your question: https://www.ovirt.org/documentation/vmm-guide/chap-Administrative_Tasks.html#adding-a-host-device-to-a-virtual-machine On Mon, Jul 1, 2019 at 7:19 PM Hetz Ben Hamo wrote: > It shows the device, but how to map it to a VM? > > On Sun, Jun 30, 2019, 01:22 Nir

[ovirt-users] Re: Nvme over fabric array support through OVirt MANAGED_BLOCK_STORAGE Domain

2019-05-30 Thread Fred Rolland
Hi, Do you have a link to the documentation of the Cinder driver you want to use? You will need to have the disks available on all the hosts on the DC in order to be able to migrate the VM. You can configure the hosts that the VM can run on if you want to enable only specific hosts. Note that

[ovirt-users] Re: oVirt Node 4.3.2 Activation/Deactivation Loop

2019-05-28 Thread Fred Rolland
It seems that the host has issues connecting the storage domain. Check the ConnectStorageServerVDS command sent to see what are the connection details and try to understand why the host cannot connect. It could be networking issues, firewall, storage server missing configuration ... On Mon, May

[ovirt-users] Re: Scale out ovirt 4.3 (from 3 to 6 or 9 nodes) with hyperconverged setup and Gluster

2019-05-16 Thread Fred Rolland
Sahina, Can someone from your team review the steps done by Adrian? Thanks, Freddy On Thu, Apr 25, 2019 at 5:14 PM Adrian Quintero wrote: > Ok, I will remove the extra 3 hosts, rebuild them from scratch and > re-attach them to clear any possible issues and try out the suggestions > provided. >

[ovirt-users] Re: Error while executing action RefreshLunsSize: REFRESH_LUN_ERROR

2019-05-15 Thread Fred Rolland
Hi, Can you run getDeviceList on each hosts and check if the device has the same size on all hosts? Thanks, Fred On Thu, Oct 6, 2016 at 10:56 AM, vasily.lamy...@megafon.ru < vasily.lamy...@megafon.ru> wrote: > *I want to add some space on my LUN.* > > *Previously I added the place simply by

[ovirt-users] Re: Add Storage Domain to existing Datacenter - side effect

2019-03-24 Thread Fred Rolland
If none of the nodes can access the storage domain, then the storage domain will move to inactive status and the nodes will stay in UP. If one of the node cannot access the storage domain and all the other nodes can access, then the storage domain will stay in UP and the node will not. The "Skip

[ovirt-users] Re: cli

2018-10-24 Thread Fred Rolland
Hi, You can use the python SDK: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/list_vms.py Regards, Fred On Wed, Oct 24, 2018 at 6:04 PM wrote: > Hi, > > How can I list all VMs on the CLI? > > Thanks > > -- > -- > Jose Ferradeira >

[ovirt-users] Re: Unable to mount NFS lun

2018-09-17 Thread Fred Rolland
Hi, Check this page for troubleshooting: https://www.ovirt.org/documentation/how-to/troubleshooting/troubleshooting-nfs-storage-issues/ Regards, Freddy On Mon, Sep 17, 2018 at 1:08 PM, Budur Nagaraju wrote: > Hi > > When I do a NFS mount in the oVirt getting error , below are the logs. > > >

[ovirt-users] Re: Data Center non-responsive, storage not loading, and psql errors after importing an ova

2018-08-23 Thread Fred Rolland
Can you provide the content of the table "storage_domains" from the database? On Thu, Aug 23, 2018 at 10:44 AM, Sandro Bonazzola wrote: > Michal, Tal, can you please have a look? > > 2018-08-22 2:54 GMT+02:00 : > >> I still havn't found a solution to this issue, but it was requested that >> I

[ovirt-users] Re: Update disk alias by using ovirtsdk4

2018-08-23 Thread Fred Rolland
Try to update the DiskAttachment: vm = vms_service.list(search='name=NFSVM')[0] disk_attachments_service = vms_service.vm_service(vm.id ).disk_attachments_service() #here I take the first one, works because I have only one disk disk_attachment = disk_attachments_service.list()[0]

[ovirt-users] Re: storage domain sync problem and fail to run vm after change LUN mapping

2018-08-12 Thread Fred Rolland
Vdsm requires to have "user_friendly_names no" in order to have same device names on all the hosts. https://github.com/oVirt/vdsm/blob/9d229e0c1b486c87c682904740c38bcbd0682fa7/lib/vdsm/tool/configurators/multipath.py#L113 On Thu, Aug 9, 2018 at 11:55 PM, dvotrak wrote: > Environment: > Ovirt

[ovirt-users] Re: Error attaching cd iso image from data domain

2018-06-06 Thread Fred Rolland
hi, In 4.2 it is possible to upload an ISO to a Data Domain. Gianluca, please open a bug with the relevant logs. Thanks, Fred On Tue, Jun 5, 2018 at 11:55 PM, Nicolas Vaye wrote: > Hi Gianluca, > > i can reproduce your problem, but for me if I have understood everything > correctly, there's

[ovirt-users] Re: Simple API call to start VM

2018-05-31 Thread Fred Rolland
Try to use: --data '' On Thu, May 31, 2018 at 5:30 AM, Kirin van der Veer < kirin.vanderv...@planetinnovation.com.au> wrote: > Many thanks to: > gsswzt, Luca, Andrej, Fred, Karli, Ondra and Bohdan for their replies. > > A number of people mentioned the need to specify a CA cert, but curl was >

[ovirt-users] Re: Simple API call to start VM

2018-05-30 Thread Fred Rolland
HI, Check here for an example: http://ovirt.github.io/ovirt-engine-api-model/4.3/#_example_start_the_virtual_machine >From your example, it may be a few issues: - missing "ovirt-engine" in the URL - the user should be admin@internal - if you use https, you should specify a certificate Regards,

[ovirt-users] Re: Hosts : Upgrade failed - 4.2.3

2018-05-16 Thread Fred Rolland
It looks you still have 4.1 repos... On Wed, May 16, 2018 at 1:25 PM, Nicolas Ecarnot wrote: > Hello, > > I was on 4.2.2 and it failed. > I upgraded to 4.2.3 and it's still failing. > > From the GUI, I switch one host into maintenance mode, try to upgrade it, > and it is

Re: [ovirt-users] Re-attaching ISOs and moving ISOs storage

2018-05-06 Thread Fred Rolland
acenters/5a54bf81-0228-02bc-0358-0304/storagedomains/f5914df0-f46c-4cc0-b666-c929aa0225ae/activate" > rel="activate"/> href="/ovirt-engine/api/v4/datacenters/5a54bf81-0228-02bc-0358-0304/storagedomains/f5914df0-f46c-4cc0-b666-c929aa0225ae/deactivate"

Re: [ovirt-users] Can't switch ovirt host to maintenance mode : image transfer in progress

2018-05-02 Thread Fred Rolland
Hi, Maybe you tried to upload/download images, and these are still running. Go to the disks tab and see if you have Upload/Download operations in progress cancel them. You have the option to cancel in the Download/Upload buttons. Regards, Fred On Wed, May 2, 2018 at 11:29 AM, Arnaud Lauriou

Re: [ovirt-users] Re-attaching ISOs and moving ISOs storage

2018-05-02 Thread Fred Rolland
[id=22b0f3c1-9a09-4e26-8096-d83465c8f4ee]: Compensating > CHANGED_STATUS_ONLY of > org.ovirt.engine.core.common.businessentities.StoragePoolIsoMap; > snapshot: EntityStatus > Snapshot:{id='StoragePoolIsoMapId:{storagePoolId='5a54bf81-0228-02bc-0358-0304', > storageId='f5914df0-f46c-4cc0-b666-c929aa0225ae'}'

Re: [ovirt-users] Re-attaching ISOs and moving ISOs storage

2018-05-02 Thread Fred Rolland
Hi, Can you provide logs from engine and Vdsm(SPM)? What is the state now? Thanks, Fred On Tue, May 1, 2018 at 4:11 PM, Callum Smith wrote: > Dear All, > > It appears that clicking "detach" on the ISO storage domain is a really > bad idea. This has gotten half way

Re: [ovirt-users] Use an oVirt-VM as a VDSM server

2018-04-30 Thread Fred Rolland
Hi, You will need to enable nested virtualization in your physical host. To check if enable: cat /sys/module/kvm_intel/parameters/nested If the output is "N", you will need to add a file /etc/modprobe.d/kvm_intel.conf with the content: options kvm-intel nested=Y Then reboot, or reload the KVM

Re: [ovirt-users] restricting release version when upgrading/installing Linux Enterprise hosts?

2018-04-30 Thread Fred Rolland
Hi, Newer Vdsm will work with older engine, so in your case, I don't see any reason not to update the Vdsm. BTW, can you describe what do you mean by "a very customized cinder/ceph setup" ? Thanks, Fred On Sun, Apr 29, 2018 at 3:55 PM, Matthias Leopold < matthias.leop...@meduniwien.ac.at>

Re: [ovirt-users] Remove Host Device Error

2018-04-29 Thread Fred Rolland
Hi, You hit this one: https://bugzilla.redhat.com/show_bug.cgi?id=155 It is fixed in 4.2.2 Regards, Fred On Sat, Apr 28, 2018 at 7:28 AM, gss...@pku.edu.cn wrote: > Hi, > > I got this log in /var/log/ovirt-engine/engine.log, when I remove a host > pass through SCSI

Re: [ovirt-users] Problems uploading ISOs

2018-04-26 Thread Fred Rolland
Hi, - What version are you using? - What storage are you using in the ISO domain? - Can you provide a more verbose log? Thanks, Fred On Wed, Apr 25, 2018 at 4:48 PM, Ramon Sierra wrote: > I have successfully uploaded many ISOs without any problem using >

Re: [ovirt-users] External Provider https (unknown error)

2018-04-10 Thread Fred Rolland
Hi, Can you please open a bug? >From the code, it seems that the OpenStack Storage providers are not implementing a needed method [1], that is present in other providers [2]. Thanks, Fred [1]

Re: [ovirt-users] Fw: Data Operations On Any Host

2018-04-09 Thread Fred Rolland
disabled it is possible > I could have issues that would not have been identified during the testing > of this version? > > > Thanks. > Jeremy > > > > -- > *From:* Fred Rolland <froll...@redhat.com> > *Sent:* Tuesday, 3 April 20

Re: [ovirt-users] Engine reports

2018-04-04 Thread Fred Rolland
just your Ansible > inventory, modify the repositories >available on the host, or run the appropriate OpenShift > upgrade playbook. > > regards > Peter > > > On 04/04/2018 09:13, Fred Rolland wrote: > > Hi, > > > &

Re: [ovirt-users] Engine reports

2018-04-04 Thread Fred Rolland
Hi, Check these links: https://ovirt.org/blog/2018/01/ovirt-report-using-grafana/ https://ovirt.org/develop/release-management/features/metrics/metrics-store/ Regards, Fred On Tue, Apr 3, 2018 at 9:38 AM, Anantha Raghava < rag...@exzatechconsulting.com> wrote: > Hi, > > I see that oVirt DWH

Re: [ovirt-users] Fw: Data Operations On Any Host

2018-04-03 Thread Fred Rolland
Jeremy, There is currently no option to restrict the data operations to specific hosts. You can disable this feature in the DB, disable "DataOperationsByHSM" in the vdc_options table. Note that since it is enabled by default since 4.1, all testing flows were done with this option. Regards,

Re: [ovirt-users] create a cloned virtual machine based on a template with SDK API python

2018-03-22 Thread Fred Rolland
Hi Nicolas, You can find an example here: https://github.com/oVirt/ovirt-engine-sdk/blob/21f637345597729240f217cfe84fe2a2cf39a655/sdk/examples/add_independet_vm.py#L56 Regards, Fred On Thu, Mar 22, 2018 at 9:09 AM, Nicolas Vaye wrote: > Hi, > > I want to create

Re: [ovirt-users] Faulty multipath only cleared with VDSM restart

2018-03-11 Thread Fred Rolland
nitor the > behaviour. > > > > Does that faulty multipath report have any side effects on stability and > performance? > > > > All the best, > > Oliver > > > > *Von:* Fred Rolland [mailto:froll...@redhat.com] > *Gesendet:* Sonntag, 11. März 2018 11:

Re: [ovirt-users] Faulty multipath only cleared with VDSM restart

2018-03-11 Thread Fred Rolland
Hi Simone, The multipath health is built on VDSM start from the current multipath state, and after that it is maintained based on events sent by udev. You can read about the implementation details in [1]. It seems that in your scenario, either udev did not sent the needed clearing events or that

Re: [ovirt-users] Can't move/copy VM disks between Data Centers

2018-03-05 Thread Fred Rolland
Using Export domain should work also, but I would go the way I described earlier. On Sun, Mar 4, 2018 at 1:27 PM, Andrei V <andre...@starlett.lv> wrote: > Hi, > > On 02/27/2018 04:29 PM, Fred Rolland wrote: > > Hi, > > Just to make clear what you want to achieve: >

Re: [ovirt-users] Installation using virtual machines

2018-03-05 Thread Fred Rolland
Hi, The ovirt engine can be run in a virtual engine. Look for "hosted engine". What do you mean by "guests" ? If you mean the hosts running the VMs, it is possible but not recommended. Real hardware is the best way. Regards, Fred On Thu, Mar 1, 2018 at 9:55 AM, Anastasiya Ruzhanskaya <

Re: [ovirt-users] Ovirt 4.2.1 Storage with Fibre Channel Protocol

2018-03-05 Thread Fred Rolland
Hi, All hosts in the Data Center should have access to the storage. Think of the DC as a migration domain. If one of the hosts fails and you need to migrate the VMs to another host, the VMs disks needs to be available in the new host. You cannot use the same LUN in different domains. Either ask

Re: [ovirt-users] Can't move/copy VM disks between Data Centers

2018-02-27 Thread Fred Rolland
local storage domain can have only 1 host), and the > do what you have described. > > Is it possible to copy VM disks from 1 data center #1 local storage domain > to another data center #2 NFS storage domain, or need to use export storage > domain ? > > > > On 26 Feb 2

Re: [ovirt-users] Can't move/copy VM disks between Data Centers

2018-02-26 Thread Fred Rolland
Hi, Which version are you using? in 4.1 , the support of adding shared storage to local DC was added [1]. You can copy/move disks to the shared storage domain, then detach the SD and attach to another DC. In any case, you wont be able to live migrate VMs from the local DC, it is not supported.

Re: [ovirt-users] No master storage domain, force select?

2018-01-18 Thread Fred Rolland
Hi, What is the status of the Data Center? What is the status of the hosts? Is there a host selected as SPM? Also attach the engine/vdsm logs. Thanks, Fred On Thu, Jan 18, 2018 at 7:26 AM, Jure Kranjc wrote: > Hello, > > is there a way to force select master storage

Re: [ovirt-users] oVirt 4.2.1 rc1 and upload iso to data domain test

2018-01-17 Thread Fred Rolland
t;> gianluca.cec...@gmail.com> wrote: >> >>> On Tue, Jan 16, 2018 at 6:48 AM, Fred Rolland <froll...@redhat.com> >>> wrote: >>> >>>> Hi, >>>> I will look into it. >>>> >>>> Is it also not working also f

Re: [ovirt-users] oVirt 4.2.1 rc1 and upload iso to data domain test

2018-01-15 Thread Fred Rolland
Hi, I will look into it. Is it also not working also for non-iso images? Thanks, Fred On Jan 14, 2018 8:16 PM, "Gianluca Cecchi" wrote: > Hello, > I see in release notes this > > BZ 1530730 [downstream clone - 4.2.1] [RFE] Allow uploading ISO images to > data

Re: [ovirt-users] oVirt 4.2 CEPH support

2018-01-08 Thread Fred Rolland
Hi, Do you have a link about this information? Thanks, Freddy On Sun, Jan 7, 2018 at 9:01 PM, Abdurrahman A. Ibrahim < a.rahman.at...@gmail.com> wrote: > Hello, > > I read in RHV 4.2 Beta release note that CEPH will be supported using > iSCSI. > I have tried to check community documentation

Re: [ovirt-users] Local storage and multiple hosts in cluster

2018-01-07 Thread Fred Rolland
No, you cannot. This is by design. If you want to use local storage, you can have only one host in the cluster/data center. On Fri, Jan 5, 2018 at 4:14 PM, Waqar Khan wrote: > Hi, > I have 1 engine manager and 2 nodes. The 2 nodes are using local storage > (this is for

Re: [ovirt-users] oVirt with Gluster upgraded to 4.2: unable to boot vm with libgfapi

2018-01-02 Thread Fred Rolland
ovirt-engine/BLL.virt Seems to be a problem when building the XML, before sending to Vdsm. On Tue, Jan 2, 2018 at 10:41 AM, Gianluca Cecchi wrote: > On Tue, Jan 2, 2018 at 9:34 AM, Yaniv Kaul wrote: > >> >> >>> >> I'm indeed missing even the create

Re: [ovirt-users] 4.2: Can't add local storage

2017-12-26 Thread Fred Rolland
What about this chapter: https://www.ovirt.org/documentation/admin-guide/chap-Storage/#preparing-and-adding-local-storage On Wed, Dec 27, 2017 at 8:56 AM, Yaniv Kaul wrote: > > > On Dec 27, 2017 5:33 AM, "Blaster" wrote: > > On 12/24/2017 11:58 PM,

Re: [ovirt-users] configurations on ovirt engine on centos 7

2017-12-03 Thread Fred Rolland
os as my host os. > And also how can we ener ACL for the engine. > > Thank you! > Deepthi > > On 3 Dec 2017 18:15, "Fred Rolland" <froll...@redhat.com> wrote: > >> Hi Deepthi, >> >> We will need some more details on what your problem is. &g

Re: [ovirt-users] configurations on ovirt engine on centos 7

2017-12-03 Thread Fred Rolland
Hi Deepthi, We will need some more details on what your problem is. Did the setup process finished without errors? What do you mean by: "i could not open the ovirt engine on firefox browser on my host machine." ? What do you get/see? What is the host machine? The machine where the engine is

Re: [ovirt-users] how to clean stuck task

2017-11-13 Thread Fred Rolland
For cleaning these "Tasks" entries (which are actually Jobs in the DB), you will need to use taskcleaner.sh. The unlock_entity.sh is for removing locks on entities. Before running the task cleaner, you need to be sure you actually don't have any tasks running in the SPM. Regarding the snapshot

Re: [ovirt-users] How to list our company as a Provider

2017-11-09 Thread Fred Rolland
You should send a Pull Request to the ovirt site [1] adding you company details, and discuss there with the maintainers. [1] https://github.com/oVirt/ovirt-site On Wed, Nov 8, 2017 at 12:39 PM, Computer Port IT Solutions < computerportitsoluti...@gmail.com> wrote: > Hi, > > We would like to

Re: [ovirt-users] Hosted Engine installation + GlusterFS cluster

2017-11-09 Thread Fred Rolland
Hi, The steps for this kind of setup are described in [1]. However it seems you have already succeeded in installing, so maybe you need some additional steps [2] Did you add a storage domain that will act as Master Domain? It is needed, then the initial Storage Domain should be imported

Re: [ovirt-users] engine FQDN

2017-11-09 Thread Fred Rolland
Hi, You can try this: - create a new file: ovirt-engine/engine.conf.d/99- alternate-engine-fqdns.conf - add a line with the FQDN or IP you want to use(You can have multiple with a space between them): SSO_ALTERNATE_ENGINE_FQDNS="ov.example.com" On Thu, Nov 9, 2017 at 3:26 AM, 董青龙

Re: [ovirt-users] Unable to use Netgear RN3220 for NFS storage domain

2017-11-05 Thread Fred Rolland
gt; end in "s2 add_lockspace fail result -19" I don't know much about sanlock, > but I wish I knew what result -19 meant, perhaps it would clue me in. > Thanks for your help. > > -Walt > > - Original Message - > From: "Fred Rolland" <froll...@redh

Re: [ovirt-users] Unable to use Netgear RN3220 for NFS storage domain

2017-11-05 Thread Fred Rolland
Hi, Which version are you using ? Can you provide /var/log/sanlock.log ? Also check this page: https://www.ovirt.org/documentation/how-to/troubleshooting/troubleshooting-nfs-storage-issues Thanks, Freddy On Fri, Nov 3, 2017 at 7:00 PM, Walt Holman wrote: > Hello

Re: [ovirt-users] Start ovirt-engine in another node.

2017-11-05 Thread Fred Rolland
ngine. I deployed a virtual >>>> machine and installed ovirt-engine. >>>> >>> >>> And where is its image? Did you have any backup to the VM disk image or >>> the oVirt Engine DB and files? >>> Y. >>> >>> >>>>

Re: [ovirt-users] oVirt management has lost its SSL.

2017-11-05 Thread Fred Rolland
Hi, Can you send the engine log around the time you tried to import the export domain? Thanks On Fri, Nov 3, 2017 at 9:47 PM, ~Stack~ wrote: > On 11/03/2017 01:17 PM, ~Stack~ wrote: > > On 11/03/2017 12:48 PM, Alexander Wels wrote: > > >> But if all else fails you should

Re: [ovirt-users] Start ovirt-engine in another node.

2017-11-02 Thread Fred Rolland
Hi, Are you using hosted-engine? Take a look at: https://www.ovirt.org/documentation/self-hosted/chap-Troubleshooting/ Regards, Fred On Thu, Nov 2, 2017 at 7:36 PM, Arthur Melo wrote: > Hello, > > My node has died and I need to start ovirt-engine VM in another node. > Can

Re: [ovirt-users] direct lun resizing

2017-10-19 Thread Fred Rolland
Hi, Offline refresh of a direct lun's size is supported since oVirt 3.4 [1]. Online refresh, however, is not yet supported [2]. You can try the workaround posted on [2], comment 7. [1] *Bug 1026868* - Direct LUN is not being updated after

Re: [ovirt-users] Killing Zombie or hungTasks

2017-10-16 Thread Fred Rolland
Hi, You can use setup/dbutils/taskcleaner.sh [1] Run with -h to see all the options. Regards, Fred [1] https://github.com/oVirt/ovirt-engine/blob/master/packaging/setup/dbutils/taskcleaner.sh On Wed, Oct 4, 2017 at 7:15 AM, Anantha Raghava < rag...@exzatechconsulting.com> wrote: > Hi, > > We

Re: [ovirt-users] Metrics store doc page link broken?

2017-09-30 Thread Fred Rolland
The file has been renamed: https://github.com/ViaQ/Main/blob/master/README-install.md On Fri, Sep 29, 2017 at 7:56 PM, Gianluca Cecchi wrote: > Hello, > I was just giving an eye to what in subject here: > > https://www.ovirt.org/develop/release-management/features/ >

Re: [ovirt-users] API auto delete vms snapshot

2017-09-17 Thread Fred Rolland
Lionel hi, You should wait until the operation is done. Take a look at this example [1]. Regards, Fred [1] https://github.com/oVirt/ovirt-engine-sdk/blob/e4ef67041a639cddbae82b172572ac5c45217341/sdk/examples/vm_backup.py#L163 On Fri, Sep 15, 2017 at 5:28 PM, Lionel Caignec

Re: [ovirt-users] Manual transfer of VMs from DC to DC

2017-09-17 Thread Fred Rolland
Hi, You could import the storage domain from a DC to another DC with all the VMs and disks. See in [1], there is also a video explaining how to do it. Regards, Fred [1] https://www.ovirt.org/develop/release-management/features/storage/importstoragedomain/ On Fri, Sep 15, 2017 at 10:40 AM, Abi

Re: [ovirt-users] Panasas File System panfs POSIX compliant

2017-09-14 Thread Fred Rolland
Hi, Can you provide the Vdsm log ? Thanks, Fred On Thu, Sep 7, 2017 at 1:25 AM, Allen Dial wrote: > Hello Ovirt users! > > I am trying to add a POSIX compliant filesystem to Ovirt but keep getting > "Error while executing action Add Storage Connection: Problem while trying > to

Re: [ovirt-users] Question: Where does Ovirt stores VM snapshots?

2017-09-14 Thread Fred Rolland
Hi, Welcome !! The VM disks are stored on Storage Server over the network (NFS,ISCSI,FC) [1] , unless you use Hyperconverged setup [2] The disks snapshots are on the same location. Ovirt makes the image read only and add a COW layer above it. Regards, Fred [1]

Re: [ovirt-users] Disk image upload via CLI?

2017-09-12 Thread Fred Rolland
Hi, You can check this example: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py Regards, Fred On Tue, Sep 12, 2017 at 11:49 AM, Matthias Leopold < matthias.leop...@meduniwien.ac.at> wrote: > Hi, > > is there a way to upload disk images (not OVF files, not ISO

Re: [ovirt-users] production DC non responsive

2017-08-09 Thread Fred Rolland
Can you provide engine and VDSM logs ? On Tue, Aug 8, 2017 at 8:17 AM, Juan Pablo wrote: > Hi guys, good morning/night . > first of all thanks to all the community and the whole team, you are doing > a great effort . > > Today Im having an issue with ovirt 4.1.2

Re: [ovirt-users] Created cluster, deleted Data-Center, Recreated Data-Center, Attempted to re-create Cluster (Same Name As Old Cluster), Now Fails

2017-08-06 Thread Fred Rolland
Hi, When you delete the Data Center, the Clusters are not deleted. You can delete the Cluster from the UI. Select the "System" icon on the left tree, and select the "Cluster" tab. You cluster should be there, and you can select it and delete. Regards, Freddy On Sun, Aug 6, 2017 at 7:46 AM,

Re: [ovirt-users] Failed to create template

2017-07-13 Thread Fred Rolland
On Jul 13, 2017, at 8:32 AM, Fred Rolland <froll...@redhat.com> wrote: > > When you select RAW, the Vdsm will allocated the whole size of the image > (virtual size), this is why you will not encounter this issue in Block > Storage. > > On Thu, Jul 13, 2017 at 6:17 PM, aduckers

Re: [ovirt-users] Failed to create template

2017-07-13 Thread Fred Rolland
behave? > > > On Jul 13, 2017, at 7:59 AM, Fred Rolland <froll...@redhat.com> wrote: > > It seems you hit [1] > If the image is compressed, the Vdsm will not compute the size as needed. > In file storage, it will work OK as the file system is sparse. > > As a wor

Re: [ovirt-users] Failed to create template

2017-07-13 Thread Fred Rolland
uncompressed.qcow2 [1] https://bugzilla.redhat.com/show_bug.cgi?id=1470435 On Wed, Jul 5, 2017 at 10:44 AM, Fred Rolland <froll...@redhat.com> wrote: > Can you please open bugs for the two issues for future tracking ? > These needs further investigations. > > On Mon, Jul

Re: [ovirt-users] Manually moving disks from FC to iSCSI

2017-07-13 Thread Fred Rolland
The move command will first create the disk structure according to the snapshots on the destination , then a 'qemui-mg convert' will be performed for each snapshot. On Wed, Jul 12, 2017 at 1:31 AM, Gianluca Cecchi wrote: > On Tue, Jul 11, 2017 at 3:14 PM, Gianluca

Re: [ovirt-users] oVirt's VM backup

2017-07-09 Thread Fred Rolland
Thanks for sharing, looks great ! One remark, you should choose a license for your code and add it to the github repo. [1] [1] https://github.com/vacosta94/VirtBKP On Sat, Jul 8, 2017 at 12:40 AM, Victor José Acosta Domínguez < vic.a...@gmail.com> wrote: > Hello everyone, i created a python

Re: [ovirt-users] Failed to create template

2017-07-05 Thread Fred Rolland
virt-engine.noarch4.1.2.2-1.el7.centos > > Logs are attached. The GUI shows a creation date of 2017-06-23 11:30:13 > for the disk image that is stuck finalizing, so that might be a good place > to start in the logs. > > > > > > > On Jul 2, 2017, at 3:52 AM, F

Re: [ovirt-users] Cloning VM on NFS Leads to Locked Disks

2017-07-02 Thread Fred Rolland
at > http://krissy.islandadmin.ca/public/engine.log.txt > > > On 2017-05-11 04:08 PM, Fred Rolland wrote: > > The locking is on the engine side and restarting the vdsm will not affect > it . > Can you send the whole engine log ? > Which exact version are you using ? > > > On

Re: [ovirt-users] Storage, extend or new lun ?

2017-07-02 Thread Fred Rolland
, Fred On Wed, Jun 28, 2017 at 9:18 AM, Enrico Becchetti Gmail < enrico.becche...@gmail.com> wrote: > Hi All, > There are other ways to avoid using two lun ? If necessary I can also > shutdown the entire cluster. > thanks a lot ! > Bye > Enrico > > > > Il 26/06

Re: [ovirt-users] Cannot find master domain

2017-07-02 Thread Fred Rolland
Hi, Can you provide the VDSM logs ? Thanks, Fred On Sat, Jul 1, 2017 at 11:21 AM, Iman Darabi wrote: > hi. > i moved my host to maintenance mode and upgrade it. then restarted server. > after restarting, i activated server but the data domain is inactive and i > get the

Re: [ovirt-users] Failed to create template

2017-07-02 Thread Fred Rolland
that’d be great > too. > > Thanks > > > > On Jun 29, 2017, at 9:20 AM, Fred Rolland <froll...@redhat.com> wrote: > > Can you please attach engine and Vdsm logs ? > > On Thu, Jun 29, 2017 at 6:21 PM, aduckers <alex.duck...@gmail.com> wrote: >

Re: [ovirt-users] Failed to create template

2017-06-29 Thread Fred Rolland
Can you please attach engine and Vdsm logs ? On Thu, Jun 29, 2017 at 6:21 PM, aduckers wrote: > I’m running 4.1 with a hosted engine, using FC SAN storage. I’ve uploaded > a qcow2 image, then created a VM and attached that image. > When trying to create a template from

Re: [ovirt-users] Moving thin provisioned disks question

2017-06-29 Thread Fred Rolland
at 5:23 PM, Gianluca Cecchi <gianluca.cec...@gmail.com> wrote: > On Wed, Jun 28, 2017 at 1:14 PM, Fred Rolland <froll...@redhat.com> wrote: > >> >> Hi, >> >> Yes, the /etc/vdsm/logger.conf contains log level settings for most of >> the operations, but

Re: [ovirt-users] Moving thin provisioned disks question

2017-06-28 Thread Fred Rolland
Hi, The qemu operation progress is parsed [1] and is printed on debug level in Vdsm log [2]. In the UI, a progress indication of the operation is available on the disks status for the "Move Disk" operation. Currently only for this operation. Regards, Fred [1]

Re: [ovirt-users] Storage, extend or new lun ?

2017-06-26 Thread Fred Rolland
Hi, The support for refreshing the LUN size in an existing storage domain has been introduced in 3.6, so it is not relevant for you. You can add an additional LUN to an existing storage domain. Regards, Fred [1] https://www.ovirt.org/develop/release-management/features/storage/lun-resize/ On

Re: [ovirt-users] when creating VMs, I don't want hosted_storage to be an option

2017-06-22 Thread Fred Rolland
As a workaround, I think that the list of storage domains in the new disk window is sorted alphabetically. You can try to edit the name of the storage domain to be on the bottom of the list and not first. On Thu, Jun 22, 2017 at 11:42 AM, Chris Boot wrote: > On 19/06/17 15:30,

Re: [ovirt-users] Error in attaching export storage domain

2017-05-21 Thread Fred Rolland
; > One more thing I want to add is there are another sd also on the same host > which are connected to another dc ,so is this can be a problem in anyway? > > > > > On Sun, May 21, 2017 at 2:42 PM, Fred Rolland <froll...@redhat.com> wrote: > >> Hi, >>

Re: [ovirt-users] Maintenance mode for storage?

2017-05-14 Thread Fred Rolland
Hi, You cannot put a storage domain to maintenance if you have running VMs using disks located in this domain. Putting a storage domain to maintenance will disconnect all hosts from the storage backend (NFS :unmount, ISCSI: iscsiadm -m session -r )-u) Regards, Freddy On Sun, May 14, 2017 at

Re: [ovirt-users] Cloning VM on NFS Leads to Locked Disks

2017-05-11 Thread Fred Rolland
t; 4d31313f-b2dd-4368-bf31-d39835e10afb.ovirt730-0 > > > On 2017-05-11 10:09 AM, Charles Tassell wrote: > > Hi Freddy, > > Sure, thanks for looking into this. Here you go: > > 2017-05-10 11:35:30,249-03 INFO > [org.ovirt.engine.core.bll.aaa.SessionDataContainer] > (DefaultQuartzScheduler8

Re: [ovirt-users] Cloning VM on NFS Leads to Locked Disks

2017-05-11 Thread Fred Rolland
Hi, Can you provide the engine log ? Thanks, Freddy On Wed, May 10, 2017 at 5:57 PM, Charles Tassell wrote: > Hi Everyone, > > I'm having some issues with my oVirt 4.1 (fully updated to latest > release as of yesterday) cluster. When I clone a VM the disks of both

Re: [ovirt-users] Engine gone crazy

2017-05-09 Thread Fred Rolland
Restarting the engine solved the issue. It is a Local DC. The IP of the host was changed, and though it is configured as FQDN in Ovirt, things got weird... On Tue, May 9, 2017 at 10:29 AM, Yedidyah Bar David wrote: > On Tue, May 9, 2017 at 10:14 AM, Erick Vogeler

Re: [ovirt-users] [Ovirt 4.0] Multiple cluster and multiple storage possible ?

2017-05-07 Thread Fred Rolland
Hi, Storage Domains are DC entities and are not related to clusters. Every hosts in the DC should be able to access the Storage Domain. Once the SD is first created on one of the hosts, all the other host are trying to connect also. Can you mount manually from host2 ? It maybe a firewall/network

Re: [ovirt-users] GET /storagedomains broken ?

2017-05-07 Thread Fred Rolland
It should work. Can you share the engine log ? On Thu, May 4, 2017 at 6:10 PM, Fabrice Bacchella < fabrice.bacche...@orange.fr> wrote: > I'm playing with the python sdk and getting : > > [2017-05-04 17:01:17] 192.168.205.36 "ovirt.XXX" "GET > /ovirt-engine/api/storagedomains > HTTP/1.1" 292250

Re: [ovirt-users] Hosted engine FCP SAN can not activate data domain

2017-04-30 Thread Fred Rolland
system > > -wi-ao4.88g > > var system > > -wi-ao 27.81g > > > > $ sudo lsblk > > > > sdq > > 65:00 500G 0 disk > > └─360050768018182b6c

Re: [ovirt-users] Trouble Adding Gluster Host in oVirt Manager

2017-04-29 Thread Fred Rolland
Robert hi, Can you please provide the logs , engine and VDSM ? Thanks, Fred On Fri, Apr 28, 2017 at 9:45 PM, Langley, Robert wrote: > Hello oVirt Community, > > This may be my first time writing in. Although, I’ve been reviewing and > playing with oVirt for the

Re: [ovirt-users] Hosted engine FCP SAN can not activate data domain

2017-04-25 Thread Fred Rolland
Hi, Do you see the LUN in the host ? Can you share pvs and lvs output ? Thanks, Fred On Mon, Apr 24, 2017 at 1:05 PM, Jens Oechsler wrote: > Hello > I have a problem with oVirt Hosted Engine Setup version: > 4.0.5.5-1.el7.centos. > Setup is using FCP SAN for data and engine.

Re: [ovirt-users] Import OVA

2017-04-25 Thread Fred Rolland
Hi, You can upload a disk in the "disks" tab. You will need to create the VM manually, and attached the disk to it. Regards, Fred On Tue, Apr 25, 2017 at 3:06 PM, Andy Kress wrote: > All, > > I am using the latest version of Ovirt 4.1.1.8-1 running in CentOS 7.3 and >

Re: [ovirt-users] Extending data domain size

2017-04-22 Thread Fred Rolland
Hi, I assume that you are talking about an ISCSI storage domain. In order to extend such a SD, you have two choices: - Add another LUN to the storage domain. ("Manage Domain" , select an additional free LUN, click "OK" - Extend a LUN that is already part of the SD in the storage server and update

Re: [ovirt-users] Resize iSCSI lun f storage domain

2017-04-11 Thread Fred Rolland
On Tue, Apr 11, 2017 at 1:51 PM, Gianluca Cecchi wrote: > Hello, > my iSCSI storage domain in 4.1.1 is composed by 1 lun of size 1TB and > there are two hosts accessing it. > I have to extend this LUN to 4Tb. > What is supposed to be done after having completed the

Re: [ovirt-users] Problem Ovirt 4.1

2017-04-06 Thread Fred Rolland
Hi, What do you mean by it is not possible ? Glance is still supported as an external provider in 4.1. Can you explain what you are trying to do ? Thanks, Fred On Wed, Apr 5, 2017 at 9:21 PM, eric stam wrote: > On my Ovirt 4.1 environment, is is not possible anymore to import

Re: [ovirt-users] NFS storage domain path is illegal

2017-04-05 Thread Fred Rolland
tive. > > > > We will rename the host to not use '_', thanks for the replies! > > > > > On 04/05/2017 12:00 AM, Fred Rolland wrote: > > > > On Wed, Apr 5, 2017 at 2:27 AM, Bill James <bill.ja...@j2.com> wrote: > >> ovirt-engine-tools-4.1.0.4-1.el7.

Re: [ovirt-users] rename storage domain

2017-04-05 Thread Fred Rolland
On Wed, Apr 5, 2017 at 1:57 PM, Gianluca Cecchi <gianluca.cec...@gmail.com> wrote: > On Wed, Apr 5, 2017 at 12:33 PM, Fred Rolland <froll...@redhat.com> wrote: > >> >> >> On Wed, Apr 5, 2017 at 12:56 PM, Gianluca Cecchi < >> gianluca.cec...@gma

  1   2   >