[Openstack] Openstack Digest, Vol 18, Issue 16

Harish Amrale harish.amrale at gmail.com
Mon Dec 15 11:05:54 UTC 2014


Hi,Is there anything on auto detection openstack failures and diagnosis in
openstack icehouse?

Regards,
Harish

On Sun, Dec 14, 2014 at 5:30 PM, <openstack-request at lists.openstack.org>
wrote:
>
> Send Openstack mailing list submissions to
>         openstack at lists.openstack.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> or, via email, send a message with subject or body 'help' to
>         openstack-request at lists.openstack.org
>
> You can reach the person managing the list at
>         openstack-owner at lists.openstack.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Openstack digest..."
>
>
> Today's Topics:
>
>    1. Re: Vm's Hung when I use Vi editor in openstack (Adam Lawson)
>    2. Re: Vm's Hung when I use Vi editor in openstack (Sachi King)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 13 Dec 2014 14:07:55 -0800
> From: Adam Lawson <alawson at aqorn.com>
> To: Maxime Aubry <m.aubry at hexanet.fr>
> Cc: openstack <openstack at lists.openstack.org>
> Subject: Re: [Openstack] Vm's Hung when I use Vi editor in openstack
> Message-ID:
>         <
> CAJfWK49bKaOhKQE3R4fVjoNDf5rpq8C2z+xsXZx5xQVgaLCH_g at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Should this be introduced as a bug in a particular program or is it a
> "feature"?
>
>
> *Adam Lawson*
>
> AQORN, Inc.
> 427 North Tatnall Street
> Ste. 58461
> Wilmington, Delaware 19801-2230
> Toll-free: (844) 4-AQORN-NOW ext. 101
> International: +1 302-387-4660
> Direct: +1 916-246-2072
>
>
> On Thu, Dec 11, 2014 at 11:34 PM, Maxime Aubry <m.aubry at hexanet.fr> wrote:
>
> > Hi,
> >
> > we had this problem on our Icehouse cloud, it was a MTU related problem
> > (using the gre tunnels). We had to adjust the MTU on all network
> interfaces
> > (1700 instead of 1500)
> >
> >
> > 2014-12-11 18:43 GMT+01:00 <m.channappa.negalur at accenture.com>:
> >
> >>  Hello Geeks,
> >>
> >>
> >>
> >> I have installed Juno 3 node setup. I am able to launch a Centos6.4
> image
> >> successfully(image size of 328MB). But when I tried to edit files
> inside VM
> >> using ?vi? , terminal gets hung. I updated vi package to ?vim-enhanced?
> ,
> >> still the issue continues.
> >>
> >>
> >>
> >> I have enough resource for my compute node  .
> >>
> >>
> >>
> >>
> >>
> >> Warm Regards,
> >>
> >> *Malleshi CN*
> >>
> >>
> >>
> >> ------------------------------
> >>
> >> This message is for the designated recipient only and may contain
> >> privileged, proprietary, or otherwise confidential information. If you
> have
> >> received it in error, please notify the sender immediately and delete
> the
> >> original. Any other use of the e-mail by you is prohibited. Where
> allowed
> >> by local law, electronic communications with Accenture and its
> affiliates,
> >> including e-mail and instant messaging (including content), may be
> scanned
> >> by our systems for the purposes of information security and assessment
> of
> >> internal compliance with Accenture policy.
> >>
> >>
> ______________________________________________________________________________________
> >>
> >> www.accenture.com
> >>
> >> _______________________________________________
> >> Mailing list:
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >> Post to     : openstack at lists.openstack.org
> >> Unsubscribe :
> >> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >>
> >>
> >
> >
> > --
> > ---
> > Maxime Aubry
> > Service H?bergement
> > Hexanet
> >
> >
> > _______________________________________________
> > Mailing list:
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> > Post to     : openstack at lists.openstack.org
> > Unsubscribe :
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.openstack.org/pipermail/openstack/attachments/20141213/2bd91d85/attachment-0001.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Sun, 14 Dec 2014 18:36:57 +1100
> From: Sachi King <sachi.king at anchor.com.au>
> To: openstack at lists.openstack.org
> Subject: Re: [Openstack] Vm's Hung when I use Vi editor in openstack
> Message-ID: <5356947.0tH8v1W0eI at chiruno>
> Content-Type: text/plain; charset="utf-8"
>
> On Saturday, December 13, 2014 02:07:55 PM Adam Lawson wrote:
> > Should this be introduced as a bug in a particular program or is it a
> > "feature"?
>
> Neither.  The OpenStack installation documentation does cover the MTU
> issue,
> by setting neutron's DHCP to advertise to the instances a 1454 MTU. With
> the
> settings as described in the install guide this will work when the network
> has the default 1500 MTU.  Anything more is left to the cloud operator to
> decide and configure as appropriate.
>
> > On Thu, Dec 11, 2014 at 11:34 PM, Maxime Aubry <m.aubry at hexanet.fr>
> wrote:
> >
> > > Hi,
> > >
> > > we had this problem on our Icehouse cloud, it was a MTU related problem
> > > (using the gre tunnels). We had to adjust the MTU on all network
> interfaces
> > > (1700 instead of 1500)
> > >
> > >
> > > 2014-12-11 18:43 GMT+01:00 <m.channappa.negalur at accenture.com>:
> > >
> > >>  Hello Geeks,
> > >>
> > >>
> > >>
> > >> I have installed Juno 3 node setup. I am able to launch a Centos6.4
> image
> > >> successfully(image size of 328MB). But when I tried to edit files
> inside VM
> > >> using ?vi? , terminal gets hung. I updated vi package to
> ?vim-enhanced? ,
> > >> still the issue continues.
> > >>
> > >>
> > >>
> > >> I have enough resource for my compute node  .
>
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: signature.asc
> Type: application/pgp-signature
> Size: 819 bytes
> Desc: This is a digitally signed message part.
> URL: <
> http://lists.openstack.org/pipermail/openstack/attachments/20141214/d479289d/attachment-0001.pgp
> >
>
> ------------------------------
>
> _______________________________________________
> Openstack mailing list
> openstack at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
>
>
> End of Openstack Digest, Vol 18, Issue 16
> *****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20141215/53d98055/attachment.html>


More information about the Openstack mailing list