
This is a multi-part message in MIME format. --------------050202040909030609000804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Hello, snippet from vdsm.log File "/usr/share/vdsm/storage/sdc.py", line 141, in _findDomain dom = findMethod(sdUUID) File "/usr/share/vdsm/storage/sdc.py", line 171, in _findUnfetchedDomain raise se.StorageDomainDoesNotExist(sdUUID) StorageDomainDoesNotExist: Storage domain does not exist: (u'483d30f6-d403-4c40-b30f-4236b87413f2',) I am afraid but it looks like the vg (483d30f6-d403-4c40-b30f-4236b87413f2) either no longer present on the system (got overwritten) or having dificullties in getting activated. check "vgs -a" and "pvs -a"(run on the host) output and confirm whether the vg is in actual present or not. Also check belwo commands output. vdsClient -s 0 getStorageDomainStats vdsClient -s 0 getStorageDomainsList Thanks, Prasad Mukhedkar On 08/25/2014 09:04 PM, Fagner Patricio wrote:
The IPs of storage domains are 10.0.1.2 and 10.0.1.4
I am in big trouble, please what can i do do backup de VMs in there?
2014-08-25 11:47 GMT-03:00 Fagner Patricio <fagner.patricio@gmail.com <mailto:fagner.patricio@gmail.com>>:
I can ping each machine for each other.
2014-08-25 11:36 GMT-03:00 Yair Zaslavsky <yzaslavs@redhat.com <mailto:yzaslavs@redhat.com>>:
----- Original Message ----- > From: "Fagner Patricio" <fagner.patricio@gmail.com <mailto:fagner.patricio@gmail.com>> > To: "users" <users@ovirt.org <mailto:users@ovirt.org>> > Sent: Monday, August 25, 2014 5:29:50 PM > Subject: Re: [ovirt-users] HELP - Storage Domains dot not active anymore. > > Here my logs > > vdms.log > > https://mega.co.nz/#!8EJRWSLC!AhYjR0_jplgjl4alK_L8LaRdoofH3bslAS4slUZilkE <https://mega.co.nz/#%218EJRWSLC%21AhYjR0_jplgjl4alK_L8LaRdoofH3bslAS4slUZilkE> > > engine.log > > https://mega.co.nz/#!1dwQ1RqB!9jHMdwM-6hxYoWavioFjEzvoO39MdSQnw1axuVDw9Ig <https://mega.co.nz/#%211dwQ1RqB%219jHMdwM-6hxYoWavioFjEzvoO39MdSQnw1axuVDw9Ig> > > Thanks for any help.
From a quick glance I can see you had some connectivity issues with your vdsm host? this is probably the reboot you refer to. After that I see at engine log the following -
OneVGReturnForXmlRpc [mStatus=StatusForXmlRpc [mCode=506, mMessage=Volume Group does not exist: ('vg_uuid: 7OKSEI-SprM-3NlZ-dl5y-4vTp-2mFd-zrcPY7',)]]
Looks like you have an issue with one of your VGs?
CC'ing someone who might be more of a help
> > > > 2014-08-25 11:06 GMT-03:00 Yair Zaslavsky <yzaslavs@redhat.com <mailto:yzaslavs@redhat.com>>: > > > > > > > ----- Original Message ----- > > > From: "Fagner Patricio" <fagner.patricio@gmail.com <mailto:fagner.patricio@gmail.com>> > > > To: "users" <users@ovirt.org <mailto:users@ovirt.org>> > > > Sent: Monday, August 25, 2014 5:04:17 PM > > > Subject: [ovirt-users] HELP - Storage Domains dot not active anymore. > > > > > > Hello everybody, i have a big trouble here. > > > After a reboot in my ovirt datacenter two of three storage domain do not > > > active anymore. > > > I have very important VM in there. > > > > > > What can i do, please help me. > > > > > > Whats log I search for a clue what is going on? > > > > You should search engine.log and vdsm.log > > > > Is it possible you send us the logs to help you out? > > > > Thanks, > > Yair > > > > > > > > The storage domains are fedora 20 machines with tgtd service on it. > > > > > > -- > > > Fagner Patrício > > > João Pessoa - PB > > > Brasil > > > > > > _______________________________________________ > > > Users mailing list > > > Users@ovirt.org <mailto:Users@ovirt.org> > > > http://lists.ovirt.org/mailman/listinfo/users > > > > > > > > > -- > Fagner Patrício > João Pessoa - PB > Brasil > > _______________________________________________ > Users mailing list > Users@ovirt.org <mailto:Users@ovirt.org> > http://lists.ovirt.org/mailman/listinfo/users >
-- Fagner Patrício João Pessoa - PB Brasil
-- Fagner Patrício João Pessoa - PB Brasil
_______________________________________________ Users mailing list Users@ovirt.org http://lists.ovirt.org/mailman/listinfo/users
--------------050202040909030609000804 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit <html> <head> <meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hello,<br> <br> snippet from vdsm.log<br> <br> File "/usr/share/vdsm/storage/sdc.py", line 141, in _findDomain<br> dom = findMethod(sdUUID)<br> File "/usr/share/vdsm/storage/sdc.py", line 171, in _findUnfetchedDomain<br> raise se.StorageDomainDoesNotExist(sdUUID)<br> StorageDomainDoesNotExist: Storage domain does not exist: (u'483d30f6-d403-4c40-b30f-4236b87413f2',)<br> <br> <br> I am afraid but it looks like the vg (483d30f6-d403-4c40-b30f-4236b87413f2) either no<br> longer present on the system (got overwritten) or having dificullties in getting activated.<br> <br> check "vgs -a" and "pvs -a"(run on the host) output and confirm whether the vg is in <br> actual present or not. Also check belwo commands output.<br> <br> <br> vdsClient -s 0 getStorageDomainStats<br> vdsClient -s 0 getStorageDomainsList<br> <br> <br> Thanks,<br> Prasad Mukhedkar<br> <br> <div class="moz-cite-prefix">On 08/25/2014 09:04 PM, Fagner Patricio wrote:<br> </div> <blockquote cite="mid:CAJkBrgVb0Gdf7QSqNnD1JoJkYESGtW8ZyWneQe-DNQSfU5kMtA@mail.gmail.com" type="cite"> <div dir="ltr"> <div>The IPs of storage domains are 10.0.1.2 and 10.0.1.4<br> <br> </div> I am in big trouble, please what can i do do backup de VMs in there?<br> </div> <div class="gmail_extra"><br> <br> <div class="gmail_quote"> 2014-08-25 11:47 GMT-03:00 Fagner Patricio <span dir="ltr"><<a moz-do-not-send="true" href="mailto:fagner.patricio@gmail.com" target="_blank">fagner.patricio@gmail.com</a>></span>:<br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div dir="ltr">I can ping each machine for each other.<br> </div> <div class="gmail_extra"><br> <br> <div class="gmail_quote">2014-08-25 11:36 GMT-03:00 Yair Zaslavsky <span dir="ltr"><<a moz-do-not-send="true" href="mailto:yzaslavs@redhat.com" target="_blank">yzaslavs@redhat.com</a>></span>: <div> <div class="h5"><br> <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> <div><br> <br> ----- Original Message -----<br> > From: "Fagner Patricio" <<a moz-do-not-send="true" href="mailto:fagner.patricio@gmail.com" target="_blank">fagner.patricio@gmail.com</a>><br> > To: "users" <<a moz-do-not-send="true" href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>><br> </div> <div>> Sent: Monday, August 25, 2014 5:29:50 PM<br> > Subject: Re: [ovirt-users] HELP - Storage Domains dot not active anymore.<br> ><br> > Here my logs<br> ><br> > vdms.log<br> ><br> > <a moz-do-not-send="true" href="https://mega.co.nz/#%218EJRWSLC%21AhYjR0_jplgjl4alK_L8LaRdoofH3bslAS4slUZilk..." target="_blank">https://mega.co.nz/#!8EJRWSLC!AhYjR0_jplgjl4alK_L8LaRdoofH3bslAS4slUZilkE</a><br> ><br> > engine.log<br> ><br> > <a moz-do-not-send="true" href="https://mega.co.nz/#%211dwQ1RqB%219jHMdwM-6hxYoWavioFjEzvoO39MdSQnw1axuVDw9I..." target="_blank">https://mega.co.nz/#!1dwQ1RqB!9jHMdwM-6hxYoWavioFjEzvoO39MdSQnw1axuVDw9Ig</a><br> ><br> > Thanks for any help.<br> <br> <br> </div> From a quick glance I can see you had some connectivity issues with your vdsm host? this is probably the reboot you refer to.<br> After that I see at engine log the following -<br> <br> OneVGReturnForXmlRpc [mStatus=StatusForXmlRpc [mCode=506, mMessage=Volume Group does not exist: ('vg_uuid: 7OKSEI-SprM-3NlZ-dl5y-4vTp-2mFd-zrcPY7',)]]<br> <br> Looks like you have an issue with one of your VGs?<br> <br> CC'ing someone who might be more of a help<br> <div> <div><br> <br> ><br> ><br> ><br> > 2014-08-25 11:06 GMT-03:00 Yair Zaslavsky <<a moz-do-not-send="true" href="mailto:yzaslavs@redhat.com" target="_blank">yzaslavs@redhat.com</a>>:<br> ><br> > ><br> > ><br> > > ----- Original Message -----<br> > > > From: "Fagner Patricio" <<a moz-do-not-send="true" href="mailto:fagner.patricio@gmail.com" target="_blank">fagner.patricio@gmail.com</a>><br> > > > To: "users" <<a moz-do-not-send="true" href="mailto:users@ovirt.org" target="_blank">users@ovirt.org</a>><br> > > > Sent: Monday, August 25, 2014 5:04:17 PM<br> > > > Subject: [ovirt-users] HELP - Storage Domains dot not active anymore.<br> > > ><br> > > > Hello everybody, i have a big trouble here.<br> > > > After a reboot in my ovirt datacenter two of three storage domain do not<br> > > > active anymore.<br> > > > I have very important VM in there.<br> > > ><br> > > > What can i do, please help me.<br> > > ><br> > > > Whats log I search for a clue what is going on?<br> > ><br> > > You should search engine.log and vdsm.log<br> > ><br> > > Is it possible you send us the logs to help you out?<br> > ><br> > > Thanks,<br> > > Yair<br> > ><br> > > ><br> > > > The storage domains are fedora 20 machines with tgtd service on it.<br> > > ><br> > > > --<br> > > > Fagner Patrício<br> > > > João Pessoa - PB<br> > > > Brasil<br> > > ><br> > > > _______________________________________________<br> > > > Users mailing list<br> > > > <a moz-do-not-send="true" href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br> > > > <a moz-do-not-send="true" href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br> > > ><br> > ><br> ><br> ><br> ><br> > --<br> > Fagner Patrício<br> > João Pessoa - PB<br> > Brasil<br> ><br> > _______________________________________________<br> > Users mailing list<br> > <a moz-do-not-send="true" href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br> > <a moz-do-not-send="true" href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br> ><br> </div> </div> </blockquote> </div> </div> </div> <div> <div class="h5"><br> <br clear="all"> <br> -- <br> Fagner Patrício<br> João Pessoa - PB<br> Brasil </div> </div> </div> </blockquote> </div> <br> <br clear="all"> <br> -- <br> Fagner Patrício<br> João Pessoa - PB<br> Brasil </div> <br> <fieldset class="mimeAttachmentHeader"></fieldset> <br> <pre wrap="">_______________________________________________ Users mailing list <a class="moz-txt-link-abbreviated" href="mailto:Users@ovirt.org">Users@ovirt.org</a> <a class="moz-txt-link-freetext" href="http://lists.ovirt.org/mailman/listinfo/users">http://lists.ovirt.org/mailman/listinfo/users</a> </pre> </blockquote> <br> </body> </html> --------------050202040909030609000804--