Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27A6DD183 for ; Fri, 14 Sep 2012 17:10:04 +0000 (UTC) Received: (qmail 49899 invoked by uid 500); 14 Sep 2012 17:10:03 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 49858 invoked by uid 500); 14 Sep 2012 17:10:02 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 49838 invoked by uid 99); 14 Sep 2012 17:10:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 17:10:02 +0000 X-ASF-Spam-Status: No, hits=-5.0 required=5.0 tests=RCVD_IN_DNSWL_HI,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Ahmad.Emneina@citrix.com designates 66.165.176.89 as permitted sender) Received: from [66.165.176.89] (HELO SMTP.CITRIX.COM) (66.165.176.89) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2012 17:09:58 +0000 X-IronPort-AV: E=Sophos;i="4.80,423,1344211200"; d="scan'208";a="37917145" Received: from sjcpmailmx02.citrite.net ([10.216.14.75]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 14 Sep 2012 17:09:36 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX02.citrite.net ([10.216.14.75]) with mapi; Fri, 14 Sep 2012 10:09:35 -0700 From: Ahmad Emneina To: "cloudstack-users@incubator.apache.org" , "cloudstack-dev@incubator.apache.org" Date: Fri, 14 Sep 2012 10:09:37 -0700 Subject: Re: Xenserver 6.0.2/Cloudstack 3.0.2 stale socket files Thread-Topic: Xenserver 6.0.2/Cloudstack 3.0.2 stale socket files Thread-Index: Ac2Sm7byaSkBW4RnRKK41QjL0uNb4Q== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.0.0.100825 acceptlanguage: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org This looks like a prime candidate for a bug. There might be time to get it in before 4.0 goes out! On 9/14/12 9:54 AM, "Caleb Call" wrote: >We came across an interesting issue yesterday in one of our clusters. We >ran out of inodes on all of our cluster members (since when does this >happen in 2012?). When this happened, it in turn made the / filesystem a >read-only filesystem which in turn made all the hosts go in to emergency >maintenance mode and as a result get marked down by Cloudstack. We found >that it was caused by hundreds of thousands of stale socket files in /tmp >named "stream-unix.####.######". To resolve the issue, we had to delete >those stale socket files (find /tmp -name "*stream*" -mtime +7 -exec rm >-v {} \;), then kill and restart xapi, then correct the emergency >maintenance mode. These hosts had only been up for 45 days before this >issue occurred. =20 > >In our scouring of the interwebs, the only other instance we've been able >to find of this (or similar) happening is in the same setup we are >currently running. Xenserver 6.0.2 with CS 3.0.2. Do these stream-unix >sockets have anything to do with Cloudstack? I would think if this was a >Xenserver issue (bug), there would be a lot more on the internet about >this happening. For a temporary workaround, we've added a cronjob to >cleanup these files but we'd really like to address the actual issue >that's causing these sockets to become stale and not get cleaned-up. > >Thoughts? > >Thanks, >Caleb > --=20 =C6