[ovirt-users] rest api

2015-10-24 Thread David David
Hi. ovirt-engine 3.5.1. Can't shutdown a VM. Getting the error message: HTTP Status 405 - -- *type* Status report *message* *description* *The specified HTTP method is not allowed for the requested resource ().* -- JBoss Web/7.0.13.Final

[ovirt-users] USB drive Windows problem.

2015-11-05 Thread David David
Hi I am using Hostusb hook on ovirt 3.5, centos6.6. And I am facing problem while adding usb drive to windows2012 as a guest. Usb device is passed through to the guest. But in windows device manager usb mass storage device shows an exclamation mark. And error message is: "This device cannot start:

[ovirt-users] ovirt 3.6. can't add host to cluster

2015-11-09 Thread David David
Hi. i use centos 6.6, ovirt 3.6(cluster level 3.5) as engine and centos 7 as host. when i try add new host to cluster, then I get an error: "Error while executing action: Cannot add Host. Connecting to host via SSH has failed, verify that the host is reachable (IP address, routable address etc.)

[ovirt-users] oVirt 3.6 Host Device Passthrough

2015-11-12 Thread David David
Hi. I have some problem attached to VM device passthrought, namely: No devices shows in "Host devices" tab in engine webui. And message types: "No items to display". How to fix it? ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/list

[ovirt-users] JavaSDK

2015-09-12 Thread David David
Hi all Can you please provide me an example of setup Eclipse with ovirt java sdk ? There is Eclipse Java EE Mars Release 4.5, OpenJDK 1.7, ovirt-engine-sdk-java-3.5.1 Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinf

[ovirt-users] JavaAPI exporting VM

2017-04-07 Thread David David
Hello. Can't reexport a VM if this VM is already present in the export domain With Java api: *VM vm = api.getVMs().get("vm01");StorageDomain exportDomain = api.getStorageDomains().get("export"); * *Action act = vm.exportVm(new Action() {{ setExclusive(True);setDiscardSnaps

[ovirt-users] ovirt-engine4, 404 - Not Found

2017-05-15 Thread David David
Hello Centos7. Fresh install engine 4.1 Getting "404 - Not Found", while entering in webUI main page using https. how to fix it? engine.log in attachment. 2017-05-15 16:14:57,877+04 INFO [org.ovirt.engine.core.uutils.config.ShellLikeConfd] (ServerService Thread Pool -- 40) [] Loaded file '/

[ovirt-users] ovirt java sdk: Port is invalid

2016-04-26 Thread David David
inal String crt = "/home/david/Desktop/dev/server.truststore"; private static final String user = "admin@internal"; private static final String pass = ""; public static void main(String[] args) th

Re: [ovirt-users] ovirt java sdk: Port is invalid

2016-04-26 Thread David David
code correction: In URL variable , using server name, which matches with certificate, not address. 2016-04-26 10:29 GMT+03:00 David David : > hi. > > I have a remote server running with oVirt 3.5 > > I'm using ovirt-engine-sdk-java-3.5.1.0-1.fc20.noarch. > > there

[ovirt-users] import qcow2 image to ovirt

2016-08-10 Thread David David
Hi all ovirt 4.0 there is KVM qcow2 image: file format: qcow2 virtual size: 466G (500106788864 bytes) disk size: 86G cluster_size: 65536 How to import the image with the same disk size, 86 GB, to ovirt ? ___ Users mailing list Users@ovirt.org http://l

[ovirt-users] Export VM

2017-02-14 Thread David David
Hi. There are several network roles as Management, VM and Migration. Export VM action through which network role is going on? Thanks. ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

[ovirt-users] ovirt-engine installation problem

2017-12-11 Thread David David
Hello. CentOS Linux release 7.4.1708 (Core) # yum install http://resources.ovirt.org/pub/yum-repo ... ease41.rpm # yum install ovirt-engine --> Finished Dependency Resolution Error: Package: systemd-python-219-42.el7.x86_64 (base)

[ovirt-users] IndexError python-sdk

2018-02-08 Thread David David
Hi all. python-ovirt-engine-sdk4-4.2.2-2.el7.centos.x86_64 Issue is that I cant upload a snapshot I get IndexError when do upload_disk_snapshots.py https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk_snapshots.py Output: Traceback (most recent call last): File "sna

[ovirt-users] oVIrt4.2 snapshot upload fail

2018-04-23 Thread David David
Hi all. oVirt 4.2 trying to upload disk snapshot thereis VM named vm-test, with disk id = 078398f5-0679-4eec-97e2-d227c097f453, storage = data00 and cluster = testcluster. i do snapshot of this VM. and subsequently launched these scripts download_vm_ovf.py == if __name__ == "__main

[ovirt-users] oVirt4.2 snapshot upload fails

2018-04-23 Thread David David
Hi all. oVirt 4.2 using this method https://ovirt.org/develop/release-management/features/storage/backup-restore-disk-snapshots/ for backup and restore snapshots trying to upload disk snapshot thereis VM named vm-test, with disk id = 078398f5-0679-4eec-97e2-d227c097f453, storage = data00 and clus

[ovirt-users] removing FC storage domain

2018-04-25 Thread David David
Hi all After remove FC Storage Domain in oVirt WebUi, from hosts side a Volume Group hasn't been removed, i.e. the multipath part on host remains and VG is also active. is this normal? in this case, I can't remove LUN from storage array It is necessary to manually delete VG, PV and multipath de

[ovirt-users] Re: ovirt upgrade

2020-01-23 Thread David David
2019-12-19 11:04 GMT+04:00, Amit Bawer : > Hi > You can refer to 4.3 upgrade guide: > > https://access.redhat.com/documentation/en-us/red_hat_virtualization/4.3/html/upgrade_guide/index > > On Thursday, December 19, 2019, David David wrote: > >> hi all >> >

[ovirt-users] upload image using python api

2020-03-23 Thread David David
hi can't upload disk image with that script: https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_disk.py this error message is appeared when i trying to upload image: # python upload_disk.py --engine-url https://alias-e.localdomain --username admin@internal --disk-format raw -

[ovirt-users] Re: upload image using python api

2020-03-24 Thread David David
thanks now all works fine with 4.3.2 2020-03-25 3:13 GMT+04:00, Nir Soffer : > On Tue, Mar 24, 2020 at 8:13 AM David David wrote: >> >> hi >> can't upload disk image with that script: >> https://github.com/oVirt/ovirt-engine-sdk/blob/master/sdk/examples/upload_

[ovirt-users] vm console problem

2020-03-25 Thread David David
ovirt 4.3.8.2-1.el7 gtk-vnc2-1.0.0-1.fc31.x86_64 remote-viewer version 8.0-3.fc31 can't open vm console by remote-viewer vm has vnc console protocol when click on console button to connect to a vm, the remote-viewer console disappear immediately remote-viewer debug in attachment #remote-viewer c

[ovirt-users] Re: vm console problem

2020-03-25 Thread David David
copied from qemu server all certs except "cacrl" to my desktop-station into /etc/pki/ but remote-viewer is still didn't work 2020-03-26 2:22 GMT+04:00, Nir Soffer : > On Wed, Mar 25, 2020 at 12:45 PM David David wrote: >> >> ovirt 4.3.8.2-1.el7 >> gtk-vnc2-

[ovirt-users] Re: vm console problem

2020-03-26 Thread David David
yes i have console.vv attached 2020-03-26 21:38 GMT+04:00, Milan Zamazal : > David David writes: > >> copied from qemu server all certs except "cacrl" to my desktop-station >> into /etc/pki/ > > This is not needed, the CA certificate is included in console.vv an

[ovirt-users] Re: vm console problem

2020-03-27 Thread David David
here is debug from opening console.vv by remote-viewer 2020-03-27 14:09 GMT+04:00, Milan Zamazal : > David David writes: > >> yes i have >> console.vv attached > > It looks the same as mine. > > There is a difference in our logs, you have > > Possible aut

[ovirt-users] Re: vm console problem

2020-03-28 Thread David David
I did as you said: copied from engine /etc/ovirt-engine/ca.pem onto my desktop into /etc/pki/ca-trust/source/anchors and then run update-ca-trust it didn’t help, still the same errors вс, 29 мар. 2020 г. в 10:47, David David : > I did as you said: > copied from engine /etc/ovirt-engine/

[ovirt-users] Re: vm console problem

2020-03-29 Thread David David
tested on four different workstations with: fedora20, fedora31 and windows10(remote-manager last vers) вс, 29 мар. 2020 г. в 12:39, Strahil Nikolov : > On March 29, 2020 9:47:02 AM GMT+03:00, David David > wrote: > >I did as you said: > >copied from engine /etc/ovirt-eng

[ovirt-users] Re: vm console problem

2020-03-29 Thread David David
there is no such problem with the ovirt-engine 4.2.5.2-1.el7 it appeared when upgrading to 4.3.* вс, 29 мар. 2020 г. в 12:46, David David : > tested on four different workstations with: fedora20, fedora31 and > windows10(remote-manager last vers) > > вс, 29 мар. 2020 г. в 12:39, Str

[ovirt-users] Re: vm console problem

2020-04-01 Thread David David
в 12:52, David David : > there is no such problem with the ovirt-engine 4.2.5.2-1.el7 > it appeared when upgrading to 4.3.* > > вс, 29 мар. 2020 г. в 12:46, David David : > >> tested on four different workstations with: fedora20, fedora31 and >> windows10(remote-manager l

[ovirt-users] disk snapshot in illegal status

2020-04-07 Thread David David
hello after removing "auto generated" snapshot, the vm snapshot became to illegal status and in the "snapshot" tab also marked in illegal status now my vm is not booting but "vdsm-client Volume getInfo" shows the snapshot status is legal vdsm-client Volume getInfo \ storagepoolID=--

[ovirt-users] Re: disk snapshot in illegal status

2020-04-07 Thread David David
vdsm-tool dump-volume-chains d17aa967-f7f7-4d9f-98e4-7022854da4f5 engine=# select * from images_storage_domain_view where image_group_id='1844873e-45ef-4a2b-a991-2df6e92a3e2d'; output attached вт, 7 апр. 2020 г. в 19:47, Shani Leviim : > Hi David, > First, we need to compare

[ovirt-users] Re: disk snapshot in illegal status

2020-04-16 Thread David David
b not the base image Id ? чт, 16 апр. 2020 г. в 13:58, Shani Leviim : > Hi David, > Sorry for the late reply. > the volume_dump returned 1 occurrence of that image, while the query > returned 2 occurrences. > > It seems that there's an image id with a description of '

[ovirt-users] Re: disk snapshot in illegal status

2020-04-16 Thread David David
the "Disk Snapshot ID" with id 5a58466b-1547-4346-a550-8590880b379e actually not present in LV error screenshot attached чт, 16 апр. 2020 г. в 18:20, Shani Leviim : > Hi David, > Can you share a screenshot of the error you're getting? &g

[ovirt-users] Re: vm console problem

2020-04-20 Thread David David
solved using this link https://bugzilla.redhat.com/show_bug.cgi?id=1672587 чт, 2 апр. 2020 г. в 16:11, Milan Zamazal : > David David writes: > > > can connect to a vm which has spice console protocol by remote-viewer but > > that not working with vnc protocol > >

[ovirt-users] Re: vm console problem

2020-04-20 Thread David David
I have version 4.3.8 пн, 20 апр. 2020 г. в 12:46, Gianluca Cecchi : > On Mon, Apr 20, 2020 at 9:49 AM David David wrote: > >> solved using this link >> https://bugzilla.redhat.com/show_bug.cgi?id=1672587 >> >> > Does this mean that you are still using 4.3.0 o

[ovirt-users] start vm without engine

2018-05-29 Thread David David
hi. How to start VM directly in hypervisor? ovirt-engine was crashed. VM's id is known. vdsclient VM, hasn't argumets for starting vm. Thanks. ___ Users mailing list -- users@ovirt.org To unsubscribe send an email to users-le...@ovirt.org Privacy Stat

[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-sn

[ovirt-users] ovirt4 api search storage domain

2018-09-04 Thread David David
hi need to lookup storage name by vm disk id. how to do it in python or in java? thanks ___ 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 Co

[ovirt-users] ovirt4 api create snapshot

2018-09-06 Thread David David
hi i have a vm with 3 disks and i want to take a snapshot with only two disks how to do a multiple disk snapshot in the code below? snap = snaps_service.add( snapshot=types.Snapshot( description=snap_description, persist_memorystate=False, disk_attac

[ovirt-users] Re: ovirt4 api create snapshot

2018-09-07 Thread David David
thanks! 7 сент. 2018 г. 11:35 пользователь "Ondra Machacek" написал: On 09/06/2018 01:07 PM, David David wrote: > hi > i have a vm with 3 disks and i want to take a snapshot with only two disks > how to do a multiple disk snapshot in the code below? > >

[ovirt-users] removing FC storage

2018-10-08 Thread David David
How to remove FC storage domain correctly? I turned off the FC storage domain in the cluster (maintenance -> detach -> remove), but the volume group still remained on the hosts and I would have to remove them manually and need to clear a multipath links too, before I turn off the LUN on the FC stor

[ovirt-users] ovirt upgrade

2019-12-18 Thread David David
hi all how do upgrade from 4.2.5 to 4.3.7 ? what steps are necessary, are the same as when upgrading from 4.1 to 4.2? # engine-upgrade-check # yum update ovirt*setup* # engine-setup thanks ___ Users mailing list -- users@ovirt.org To unsubscribe se

[ovirt-users] clear tasks from WebUI

2018-10-24 Thread David David
Hi oVirt 4.2.5.2-1.el7 I tried to delete an Illegal vm disk and that failed. Then I completely remove the VM who had that broken disk. But task is stuck in the WebUI from my previous disk deletion attempt vdsm-client Host getAllTasksInfo on the SPM host, shows no tasks. How do I clear the tasks fr

Re: [Users] How do I add a node?

2014-02-12 Thread david
Rob Abshear writes: > > Two hammer strikes and two nails firmly driven. You were absolutely > correct on both counts. I have green nodes!!! Thanks a bazillion!! > > On 12/13/2013 02:04 PM, Alon Bar-Lev wrote: > >> > > Can it be[1]? > > > > If you have apache-sshd-0.9.0 please downgrade to

Re: [Users] virt-v2v fail - GuestfsHandle.pm error + Redhat.pm error

2014-02-13 Thread david
Matthew Booth writes: > > I'd need to know exactly which version of virt-v2v you're running in > order to diagnose the above. I think the unknown fd0 was fixed a while > back, though. Are you running the latest available version? > > Matt FWIW, I've wasted hours on this one too, and just comm

[ovirt-users] (no subject)

2021-06-01 Thread david
hi i have a 4.4 ovirt cluster with a sigle server in it the emulated chipset in this cluster is q35 i need to change emulated chipset from q35 to i440fx to add a new host that don't support the q35 chipset type how it will affect on vm's that are running on ovirt 4.4 cluster ? what does this c

[ovirt-users] new host addition, Cannot find master domain

2021-12-07 Thread david
hello i'm adding a new host into ovirt after the installation procces is finished I got an error: "VDSM kvm6 command ConnectStoragePoolVDS failed: Cannot find master domain". on the vdsm server in /dev/disk/by-path/ i see the block device but device-mapper not mappying it then I found the master's

[ovirt-users] Re: new host addition, Cannot find master domain

2021-12-09 Thread david
> Could you check the ID of this device is the same as one in the blacklist? yes it is same: # /dev/disk/by-id === lvm-pv-uuid-GqZf9p-oyaL-dLN4-RdxE-Ll6Y-1Gjn-B6F4sX -> ../../sdb scsi-360e00d1100113629000e -> ../../sdb scsi-3600605b010bbc0e029275d23bba8027b -> ../.

[ovirt-users] Re: new host addition, Cannot find master domain

2021-12-09 Thread david
> This command put the LUN in the blacklist since it seems to be a local > disk used by the host. yes, but in fact this disk is a remote block device from fc storage > Did you have active logical volumes from this LUN mounted on the host while > the host was added to engine? I installed only Ce

[ovirt-users] Re: new host addition, Cannot find master domain

2021-12-09 Thread david
> After you fix the issue (see Vojta reply), please run again: > >vdsm-tool config-lvm-filter > > The command may suggest to change the lvm filter, and blacklist the device. > Do not confirm and share the output. removed line wwid "360e00d1100113629000e" from vdsm_blacklist.conf

[ovirt-users] Re: new host addition, Cannot find master domain

2021-12-09 Thread david
> could you run it again, but instead of "--include 253" use number you get when > run > > cat /proc/devices |grep device-mapper| cut -f 1 -d ' ' 253 > INC=`cat /proc/devices |grep device-mapper| cut -f 1 -d ' '` && > /usr/bin/lsblk --raw --noheadings --paths --inverse --include $INC --n

[ovirt-users] help install oVirt Engine on CentOS 9 Stream

2022-02-02 Thread david
hi all can't install oVirt engine on Centos Stream 9 # dnf repolist repo id repo name appstream

[ovirt-users] help install oVirt Engine on Centos 9 Stream

2022-02-02 Thread david
hi all can't install oVirt engine on Centos Stream 9 # dnf repolist repo id repo name appstream CentOS Stream 9 - AppStream baseos CentOS Stream 9 - BaseOS extras-common

[ovirt-users] ovirt-engine manager, certificate issue

2022-02-16 Thread david
hello I have a problem to log in to ovirt-engine manager in my browser the warning message in the browser display me this text: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed to solve this problem I am offered to run engine-setup and here is a que

[ovirt-users] setup Ovirt-node without internet connection

2022-03-17 Thread david
Hi unable add Ovirt-node to the cluster without internet connection the node is a pre-build ISO image ovirt-node-ng-installer-4.4.10-2022030308.el8.iso the node hasn't internet connection the error message displayed:: "Host test-node2 installation failed. Task Ensure Python3 is installed for Cent

Re: [Users] Spice-proxy questions

2014-01-28 Thread David Li
Hi Gianluca, Finally it worked for me! Thanks a lot for help! The doc is little vague in terms of all the things you need to do. I will try to write something up based on my own experience and share with everyone here.  David - Original Message - > From: Gianluca Cecchi &

[Users] Notes on setting spice-proxy console option

2014-01-28 Thread David Li
ces: http://www.ovirt.org/Console_Client_Resources http://www.ovirt.org/Features/Spice_Proxy https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.3/pdf/Installation_Guide/Red_Hat_Enterprise_Virtualization-3.3-Installation_Guide-en-US.pdf Than

Re: [Users] Notes on setting up spice-proxy console option

2014-01-28 Thread David Li
Hi Marian,  Thanks a lot for the clarification!  Another question: In my spice-xpi console window, I can't get out of it by SHIFT+F12.  Should I use something else?  David - Original Message - > From: Marian Krcmarik > To: David Li > Cc: users@ovirt.org > Sent: Tu

[Users] oVirt vs RHEV docs

2014-01-29 Thread David Li
, how should we map the commands back to the oVirt world if they are different? Thanks. David ___ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users

Re: [Users] Notes on setting spice-proxy console option

2014-01-29 Thread David Li
- Original Message - > From: Michal Skrivanek > To: Marian Krcmarik ; David Li > Cc: users@ovirt.org > Sent: Wednesday, January 29, 2014 6:00 AM > Subject: Re: [Users] Notes on setting spice-proxy console option > > >>> >>> 1. Will spice-pr

[Users] oVirt Node Interface Renaming Problem

2014-01-30 Thread David Li
Hi, I am using oVirt node 3.0.3.  It seems systemd renames all the interfaces from ethx to something else. Not sure why but this creates lots of problems for some old scripts.  For example: [root@localhost ~]# dmesg | grep -i eth0 [    2.441579] bnx2 :10:00.0 eth0: Broadcom NetXtreme II BC

Re: [Users] Notes on setting up spice-proxy console option

2014-01-30 Thread David Li
Hi Marian, Here is what I found and with more questions on this SHIFT+F12 issue: - Original Message - > From: Marian Krcmarik > To: David Li > Cc: users@ovirt.org > Sent: Wednesday, January 29, 2014 5:51 AM > Subject: Re: [Users] Notes on setting up spice-proxy

Re: [Users] VM install failures on a stateless node

2014-02-03 Thread David Li
, there is "stateless" option? Does it mean I can run live VM in the memory of a stateless node if I check on it? 2. My node is diskless but I have a iSCSI LUN attached to it. Does this mean the VM will be installed on the iSCSI LUN?  David - Original Message - > From: Itam

Re: [Users] VM install failures on a stateless node

2014-02-04 Thread David Li
- Original Message - > From: Itamar Heim > To: David Li ; "users@ovirt.org" > Cc: > Sent: Monday, February 3, 2014 9:33 PM > Subject: Re: [Users] VM install failures on a stateless node > > On 02/04/2014 04:49 AM, David Li wrote: >> Ita

Re: [Users] Can't open ovirt console using Spice or VNC - help!

2014-02-10 Thread David Jaša
27;t, I don't expose that host name > outside the ovirt network. I was on my wireless network. Once I plugged > into the ovirt net it worked. Duh! > > Do you know of any spice graphic packages that don't need to be compiled? remote-viewer from virt-viewer package is the clien

[Users] Info re the "jasperreports-rpm" package

2014-02-12 Thread David Young
Hi users, I'm not an oVirt user (yet), but while working on another project, I stumbled across: https://github.com/oVirt/jasperreports-server-rpm And found the spec file and patches which built an RPM for packaging of the JasperReports Server WAR installation. This is presumably a component

Re: [Users] Info re the "jasperreports-rpm" package

2014-02-12 Thread David Young
Thanks Alon, I noted the same on the github mirror. Do you then manually run the java install as part of another process? Regard, David On 12/02/14 9:59 pm, Alon Bar-Lev wrote: Hi, We use the following one[1], it contains several fixes. Regards, Alon [1] http://gerrit.ovirt.org/gitweb?p

[Users] Instructions to add a remote controlled power strip not in the native list?

2014-02-14 Thread David Smith
We use Raritan / Dominion PX remote power blocks, is there a way to easily add support for these? On a feature request side, seems like adding support for generic wouldn't be too hard; just ask for what the login/password prompts look like, what the main prompt is, and the command sequence to turn

[Users] persisting selinux nightmare

2014-02-14 Thread David Smith
I'm using the ovirt iso image and can't seem to get selinux to persist off no matter what i do. With selinux enforcing, SSHD isnt working, can't install or use the hosts. With it disabled, all seems to work, but after reboot, boom its enforcing again. I even edited /etc/selinux/config and changed

Re: [Users] persisting selinux nightmare

2014-02-14 Thread David Smith
heh, all the directories here, alpha, beta, nightly, stable, all have the same image file versions? http://resources.ovirt.org/releases/node-base/ On Fri, Feb 14, 2014 at 12:19 PM, David Smith wrote: > I'm using the ovirt iso image and can't seem to get selinux to persist off >

[Users] Help required: Selinux disable for ovirt iso image

2014-02-19 Thread David Smith
I apologize if this comes off a little brusque, but there's really a lot of random information out there right now, to the point where i've seen it confuse not only myself but other new installers. Based on the problems I still have, I have a suggestion, and I also need some help. Again, some of t

Re: [Users] Help required: Selinux disable for ovirt iso image

2014-02-19 Thread David Smith
side note ,reinstalling the nodes to resolve the selinux issue really isn't a great proposition, its time consuming, an after-the-fact method of editing the grub line and adding selinux=0 or enforcing=0 whichever it may be would be ideal. On Wed, Feb 19, 2014 at 11:05 AM, David Smith

Re: [Users] Help required: Selinux disable for ovirt iso image

2014-02-19 Thread David Smith
de-iso-3.0.3-1.1.vdsm.fc19.iso On Wed, Feb 19, 2014 at 12:14 PM, David Smith wrote: > side note ,reinstalling the nodes to resolve the selinux issue really > isn't a great proposition, its time consuming, an after-the-fact method of > editing the grub line and adding selinux=0 or enfo

Re: [Users] Help required: Selinux disable for ovirt iso image

2014-02-19 Thread David Smith
ahh spoke too soon, now after disabling selinux, vdsm isn't loading.. host shows up, but can't assign any VMs.. On Wed, Feb 19, 2014 at 1:16 PM, David Smith wrote: > I managed to dig,dig dig and have finally resolved issue #1 without > reinstall > > steps > 1. put hos

Re: [Users] [GSOC][Gerrit] add potential reviewers - questions

2014-03-11 Thread David Caro
> Infra mailing list > in...@ovirt.org > http://lists.ovirt.org/mailman/listinfo/infra We already discussed that, in the project, and one of the solutions proposed was to add metadata on each file/directory about the maintainers for that file/directory. For what I've seen in othe

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-11 Thread David Smith
support for the fence agent I created? Thanks. On Mon, Feb 17, 2014 at 5:43 AM, Itamar Heim wrote: > On 02/17/2014 03:31 PM, Marek Grac wrote: > >> On 02/17/2014 09:45 AM, Eli Mesika wrote: >> >>> >>> - Original Message - >>> >>&

Re: [Users] [GSOC][Gerrit] add potential reviewers - questions

2014-03-12 Thread David Caro
le. >> For example, using a folder which will contain files, where each file >> implement an algorithm to add the reviewers. >> >> for instance we can have two files: >> 1. Add a reviewers by blame - the contributor which changed recently the >> code lines >> 2. Add a review

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-13 Thread David Smith
hey can someone provide these mysterious instructions or at least point me towards the direction of where this magical list of supported fence-agents units is so I can try to figure it out myself? On Wed, Mar 12, 2014 at 12:18 AM, Itamar Heim wrote: > On 03/11/2014 11:43 PM, David Sm

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-14 Thread David Smith
Hi Marek, that link requires a redhat login.. On Fri, Mar 14, 2014 at 2:56 AM, Marek Grac wrote: > On 03/14/2014 10:39 AM, Itamar Heim wrote: > >> On 03/13/2014 07:03 PM, David Smith wrote: >> >>> hey can someone provide these mysterious instructions or at lea

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-14 Thread David Smith
On Fri, Mar 14, 2014 at 2:39 AM, Itamar Heim wrote: > On 03/13/2014 07:03 PM, David Smith wrote: > >> hey can someone provide these mysterious instructions or at least point >> me towards the direction of where this magical list of supported >> fence-agents units

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-17 Thread David Smith
Hi again Didi, Thanks for your help, I'll do some digging. Also, the below line made me chuckle. Last time I was on IRC, there were crickets for an entire 8 hour day, not a single response, just a lot of signin/off. ;) Dave On Mon, Mar 17, 2014 at 8:53 AM, Yedidyah Bar David

[Users] proper way to move nfs data storage domain?

2014-03-20 Thread David Smith
Two examples; 1) I need to move the nfs data domain to a new server, whats the best way? 2) I think this applies the same as above, if I need to rename the nfs server hostname, whats the best way? I managed to "export/import" the export and iso domains and have them up and running on the new se

Re: [Users] proper way to move nfs data storage domain?

2014-03-20 Thread David Smith
nevermind, it appears i've figured this out; shut down all VMs put the export and iso storage into maintenance mode put data domain into maintenance mode paths can be edited, in the system - storage tab reenable everything On Thu, Mar 20, 2014 at 12:21 PM, David Smith wrote: > Two

Re: [Users] proper way to move nfs data storage domain?

2014-03-20 Thread David Smith
apparently only the data domain path can be edited at this point.. different procedure for iso/exports? On Thu, Mar 20, 2014 at 12:49 PM, David Smith wrote: > nevermind, it appears i've figured this out; > shut down all VMs > put the export and iso storage into maintenance m

Re: [Users] proper way to move nfs data storage domain?

2014-03-20 Thread David Smith
rom the UI > Storage tab once they are detached from the data center, then import > them from new server. Haven't tested this thoroughly, but before my > system was production I had to shift storage domains around due to > host renaming. > > - Trey > > On Thu, Mar 20, 201

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-21 Thread David Smith
Hey guys, I submitted an initial agent for raritan to the fence-agents group, however I have a feeling after experimenting with the ipmilan agent that my agent won't work with oVirt; Is the command set for each agent determined by the oVirt database itself, in other words, when I add the agent th

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-24 Thread David Smith
t=port,port=ipport;' where option_id=389; UPDATE "vdc_options" SET option_value='apc,apc_snmp,bladecenter,cisco_ucs,drac5,eps,ilo,ilo2,ilo3,ilo4,ipmilan,rsa,rsb,wti,raritan' where option_id=395; On Mon, Mar 24, 2014 at 2:07 PM, Eli Mesika wrote: > > > - Origi

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
Hehe. Apparently not, unless I pulled an old copy of fence-agents somehow direct from git? I used the master branch too. On Tue, Mar 25, 2014 at 2:46 AM, Eli Mesika wrote: > > > - Original Message - > > From: "David Smith" > > To: "Eli Me

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
oh I see, since I have the latest fence, that's where option is now missing, got it.. just a minor tweak to api.py ;) On Tue, Mar 25, 2014 at 8:25 AM, David Smith wrote: > Hehe. Apparently not, unless I pulled an old copy of fence-agents somehow > direct from git? I used the master

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
ooted err Parse error: Ignoring unknown option 'option=status' Looks like in the first command the option was indeed changed to "action=status" but the return status showed "option=status" was used? On Tue, Mar 25, 2014 at 2:46 AM, Eli Mesika wrote: > > > -

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
AM, Dan Kenigsberg wrote: > On Tue, Mar 25, 2014 at 09:00:42AM -0700, David Smith wrote: > > oh I see, since I have the latest fence, that's where option is now > > missing, got it.. just a minor tweak to api.py ;) > > > > > > On Tue, Mar 25, 2014 at 8:25 AM,

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
I created fence_raritan. Unfortunately it looks like fencing.py is where the legacy --option was translated to --action. I believe ovirt calls fencing.py as a proxy to execute fence_raritan? The version of fence-agents I pulled from git has the backwards compatibility removed; https://lists.fedor

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-25 Thread David Smith
hopefully, all of these other hacks will become moot at that time. On Tue, Mar 25, 2014 at 2:08 PM, Dan Kenigsberg wrote: > On Tue, Mar 25, 2014 at 11:37:13AM -0700, David Smith wrote: > > I created fence_raritan. > > > > Unfortunately it looks like fencing.py i

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-03-26 Thread David Smith
Ok, well I hope the latest submission I sent in to the fence-agents group gets approved and can get added in sooner than later. In any case, I've got everything up and running now :-) On Wed, Mar 26, 2014 at 1:34 AM, Marek Grac wrote: > On 03/25/2014 07:37 PM, David Smi

Re: [Users] Correct way to change graphics adapter?

2014-03-27 Thread David Jaša
rt of big screen size? > Is there a different way to change the grapics card permanently? You could try custom hook before VM start that would replace cirrus device with qxl device(s). David CCing František who could add something > > Thanks, > mad

Re: [Users] Instructions to add a remote controlled power strip not in the native list?

2014-04-07 Thread David Smith
>> >>> - Original Message - >>> >>>> From: "Yedidyah Bar David" >>>> To: "Itamar Heim" >>>> Cc: users@ovirt.org >>>> Sent: Sunday, February 16, 2014 2:58:35 PM >>>> Subject:

Re: [Users] 2 virtual monitors for Fedora guest

2014-04-08 Thread David Jaša
ays -> Display N. Xinerama is an old hackish means to multimonitor for linux guests with numerou disadvantages so please avoid that. If you really really want to use xinerama, then switch your OS type to Windows and your VM will get multiple qxl devices that xinerama depends on. David On Út, 2014-04-08

Re: [Users] 2 virtual monitors for Fedora guest

2014-04-08 Thread David Jaša
On Út, 2014-04-08 at 17:32 +0200, David Jaša wrote: > Hi, > > No configuration nor Xinerama should be needed. Just make sure you have > spice-vdagent package installed, spice-vdagentd service running and two > spice-vdagent processes running (one for *dm, one for your user > ses

Re: [ovirt-users] [Users] 2 virtual monitors for Fedora guest

2014-04-09 Thread David Jaša
uld you try f20 hosts? What should work in all cases are rhel6 guests on rhel6 hosts... David On Út, 2014-04-08 at 21:25 +0200, Gianluca Cecchi wrote: > Some prelimianry tests at my side. > > oVirt 3.4 on fedora 19 AIO. > Datacenter and cluster configured as 3.4 level > Some pack

Re: [ovirt-users] [Users] 2 virtual monitors for Fedora guest

2014-04-10 Thread David Jaša
On St, 2014-04-09 at 18:14 +0200, Gianluca Cecchi wrote: > Il 09/apr/2014 18:05 "David Jaša" ha scritto: > > > > Hi, > > > > René met me in person and we got to root cause: > > when KMS is enabled for qxl (qxl kernel module is loaded), then bug >

Re: [ovirt-users] [Users] Instructions to add a remote controlled power strip not in the native list?

2014-04-14 Thread David Smith
e of these devices, but it won't be without *additional* significant effort on my part. Let me know what I can do to help resolve this. David On Tue, Apr 8, 2014 at 10:10 AM, Marek Grac wrote: > On 04/08/2014 05:17 PM, Itamar Heim wrote: > >> >> we still can't dist

Re: [ovirt-users] [Users] Instructions to add a remote controlled power strip not in the native list?

2014-04-14 Thread David Smith
iginal Message - > > From: "David Smith" > > To: "Itamar Heim" > > Cc: "Marek Grac" , "Eli Mesika" , > "users" > > Sent: Monday, April 7, 2014 7:24:35 PM > > Subject: Re: [Users] Instructions to add a remote controll

  1   2   3   4   5   6   7   8   9   10   >