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 BAEDAD78E for ; Thu, 13 Sep 2012 18:51:33 +0000 (UTC) Received: (qmail 34159 invoked by uid 500); 13 Sep 2012 18:51:33 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 34140 invoked by uid 500); 13 Sep 2012 18:51:33 -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 34130 invoked by uid 99); 13 Sep 2012 18:51:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2012 18:51:33 +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 Xuefei.Xu@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; Thu, 13 Sep 2012 18:51:27 +0000 X-IronPort-AV: E=Sophos;i="4.80,418,1344211200"; d="scan'208";a="37795167" Received: from sjcpmailmx01.citrite.net ([10.216.14.74]) by FTLPIPO01.CITRIX.COM with ESMTP/TLS/RC4-MD5; 13 Sep 2012 18:51:05 +0000 Received: from SJCPMAILBOX01.citrite.net ([10.216.4.72]) by SJCPMAILMX01.citrite.net ([10.216.14.74]) with mapi; Thu, 13 Sep 2012 11:51:04 -0700 From: Anthony Xu To: "cloudstack-users@incubator.apache.org" Date: Thu, 13 Sep 2012 11:51:05 -0700 Subject: RE: Iscsi Lun for Primary storage Thread-Topic: Iscsi Lun for Primary storage Thread-Index: Ac2RsfCy00J0tDR7S+m7mBRMuuw2pwALqcFg Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org >- set node.startup to automatic in /etc/iscsi/iscsid.conf ? >- connect to the target ? or CS will be connect automaticaly after I add a= primary storage from UI ? >- login manualy to the Lun target >- makle the fdisl for partinionning the new disk (Lun) >- format the disk etc ... You don't need to do this, Xenserver will do this automatically. Anthony -----Original Message----- From: claude bariot [mailto:clobariot@gmail.com]=20 Sent: Thursday, September 13, 2012 6:16 AM To: cloudstack-users@incubator.apache.org Subject: Iscsi Lun for Primary storage I was added an additional primary storage (using CS UI). with the following= detail : *Name*: cloud-primary *Type*: IscsiLUN*Path*: /iqn.2012-09.com.openfiler:primay-st/0 I would like know if I should doing the following operation to the Manageme= nt server : - set node.startup to automatic in /etc/iscsi/iscsid.conf ? - connect to the target ? or CS will be connect automaticaly after I add a = primary storage from UI ? - login manualy to the Lun target - makle the fdisl for partinionning the new disk (Lun) - format the disk etc ... regards