You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Ove Ewerlid <Ov...@oracle.com> on 2014/03/17 17:08:52 UTC

32 vs 64 bit systemvm on 43 and secondary NFS storage used / capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

Has anyone else seen below behavior with 4.3.0 RC 8?

  - with 32 bit system VM, the secondary storage is reported as 0/0 
(this is at the agent level, not a GUI or manager issue)

  - with 64 bit system VM, the secondary storage is reported OK.


Environment;

  - ACS43RC8, installed from RPM on OEL65 (64bit) built on OEL65 (64bit) 
using centos63/package.sh
  - Secondary storage on NFS
  - 64 bit systemvm;
      systemvm64template-2014-03-12-master-kvm.qcow2.bz2
    32 bit systemvm;
      systemvmtemplate-2014-03-12-master-kvm.qcow2.bz2
    picked from here;
      http://jenkins.buildacloud.org/view/4.3/

When 32-bit systemvm is used with 4.2.1 on the very same environment 
built the same way. The secondary storage is reported OK.

With increased debug level on secondary storage systemvm the following 
is logged from the SSVM agent, example from 64-bit systemvm;
... 
[{"com.cloud.agent.api.GetStorageStatsAnswer":{"used":481910849536,"capacity":3298534883328,"result":true,"contextMap":{},"wait":0}}] 
...

With a 32-bit systemvm, ACS43 GetStorageStatsAnswer reports used=0 and 
capacity=0.

/Ove


On 03/13/2014 01:26 AM, Animesh Chaturvedi wrote:
> Hi All,
>
>
>
> I've created a 4.3.0 release, with the following artifacts up for a
>
> vote:
>
>
>
>
>
> Git Branch and Commit SH:
>
> https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=refs/heads/4.3
> Commit: 6a6ec648099553a42f830dcd566eab2452428908
>
>
>
> List of changes:
>
> New Features in 4.3: https://issues.apache.org/jira/issues/?filter=12325248
>
> Improvement in 4.3: https://issues.apache.org/jira/issues/?filter=12325249
>
> Issues fixed in 4.3 https://issues.apache.org/jira/issues/?filter=12326161
>
> Known Issues in 4.3: https://issues.apache.org/jira/issues/?filter=12326162
>
>
>
>
>
>
>
> Source release (checksums and signatures are available at the same
>
> location):
>
> https://dist.apache.org/repos/dist/dev/cloudstack/4.3.0/
>
>
>
> PGP release keys (signed using 94BE0D7C):
>
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
>
>
> Testing instructions are here:
>
> https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+procedure
>
>
>
> Vote will be open for 72 hours (Monday evening PST 5:30 PM)
>
>
>
> For sanity in tallying the vote, can PMC members please be sure to indicate "(binding)" with their vote?
>
>
>
> [ ] +1  approve
>
> [ ] +0  no opinion
>
> [ ] -1  disapprove (and reason why)
>
>
>
> Thanks
>
> Animesh
>
>


-- 
Ove Everlid
System Administrator / Architect / SDN- & Automation- & Linux-hacker
Mobile: +46706662363 (dedicated work mobile)
Country: Sweden, timezone; Middle Europan Time (MET or GMT+1)

Re: 32 vs 64 bit systemvm on 43 and secondary NFS storage used / capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

Posted by Erik Weber <te...@gmail.com>.
On Mon, Mar 17, 2014 at 7:02 PM, Animesh Chaturvedi <
animesh.chaturvedi@citrix.com> wrote:

>
>
> > -----Original Message-----
> > From: Ove Ewerlid [mailto:Ove.Ewerlid@oracle.com]
> > Sent: Monday, March 17, 2014 9:09 AM
> > To: dev@cloudstack.apache.org
> > Subject: 32 vs 64 bit systemvm on 43 and secondary NFS storage used /
> > capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)
> >
> > Has anyone else seen below behavior with 4.3.0 RC 8?
> >
> >   - with 32 bit system VM, the secondary storage is reported as 0/0
> (this is at
> > the agent level, not a GUI or manager issue)
> >
> >   - with 64 bit system VM, the secondary storage is reported OK.
> >
> >
> [Animesh] We have defaulted to 64 bit template for 4.3
>


Guess I should've asked this earlier, but does this mean that 32 bits
template no longer work, unless you do "something"?

Erik

RE: 32 vs 64 bit systemvm on 43 and secondary NFS storage used / capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)

Posted by Animesh Chaturvedi <an...@citrix.com>.

> -----Original Message-----
> From: Ove Ewerlid [mailto:Ove.Ewerlid@oracle.com]
> Sent: Monday, March 17, 2014 9:09 AM
> To: dev@cloudstack.apache.org
> Subject: 32 vs 64 bit systemvm on 43 and secondary NFS storage used /
> capacity Re: [VOTE] Apache CloudStack 4.3.0 (eighth round)
> 
> Has anyone else seen below behavior with 4.3.0 RC 8?
> 
>   - with 32 bit system VM, the secondary storage is reported as 0/0 (this is at
> the agent level, not a GUI or manager issue)
> 
>   - with 64 bit system VM, the secondary storage is reported OK.
> 
> 
[Animesh] We have defaulted to 64 bit template for 4.3

> Environment;
> 
>   - ACS43RC8, installed from RPM on OEL65 (64bit) built on OEL65 (64bit)
> using centos63/package.sh
>   - Secondary storage on NFS
>   - 64 bit systemvm;
>       systemvm64template-2014-03-12-master-kvm.qcow2.bz2
>     32 bit systemvm;
>       systemvmtemplate-2014-03-12-master-kvm.qcow2.bz2
>     picked from here;
>       http://jenkins.buildacloud.org/view/4.3/
> 
> When 32-bit systemvm is used with 4.2.1 on the very same environment
> built the same way. The secondary storage is reported OK.
> 
> With increased debug level on secondary storage systemvm the following is
> logged from the SSVM agent, example from 64-bit systemvm; ...
> [{"com.cloud.agent.api.GetStorageStatsAnswer":{"used":481910849536,"capa
> city":3298534883328,"result":true,"contextMap":{},"wait":0}}]
> ...
> 
> With a 32-bit systemvm, ACS43 GetStorageStatsAnswer reports used=0 and
> capacity=0.
> 
> /Ove
> 
> 
> On 03/13/2014 01:26 AM, Animesh Chaturvedi wrote:
> > Hi All,
> >
> >
> >
> > I've created a 4.3.0 release, with the following artifacts up for a
> >
> > vote:
> >
> >
> >
> >
> >
> > Git Branch and Commit SH:
> >
> > https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=shortlog;h=
> > refs/heads/4.3
> > Commit: 6a6ec648099553a42f830dcd566eab2452428908
> >
> >
> >
> > List of changes:
> >
> > New Features in 4.3:
> > https://issues.apache.org/jira/issues/?filter=12325248
> >
> > Improvement in 4.3:
> > https://issues.apache.org/jira/issues/?filter=12325249
> >
> > Issues fixed in 4.3
> > https://issues.apache.org/jira/issues/?filter=12326161
> >
> > Known Issues in 4.3:
> > https://issues.apache.org/jira/issues/?filter=12326162
> >
> >
> >
> >
> >
> >
> >
> > Source release (checksums and signatures are available at the same
> >
> > location):
> >
> > https://dist.apache.org/repos/dist/dev/cloudstack/4.3.0/
> >
> >
> >
> > PGP release keys (signed using 94BE0D7C):
> >
> > https://dist.apache.org/repos/dist/release/cloudstack/KEYS
> >
> >
> >
> > Testing instructions are here:
> >
> > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Release+test+pr
> > ocedure
> >
> >
> >
> > Vote will be open for 72 hours (Monday evening PST 5:30 PM)
> >
> >
> >
> > For sanity in tallying the vote, can PMC members please be sure to indicate
> "(binding)" with their vote?
> >
> >
> >
> > [ ] +1  approve
> >
> > [ ] +0  no opinion
> >
> > [ ] -1  disapprove (and reason why)
> >
> >
> >
> > Thanks
> >
> > Animesh
> >
> >
> 
> 
> --
> Ove Everlid
> System Administrator / Architect / SDN- & Automation- & Linux-hacker
> Mobile: +46706662363 (dedicated work mobile)
> Country: Sweden, timezone; Middle Europan Time (MET or GMT+1)