Code review comment for lp:~kiril-vladimiroff/cloud-init/cloudsigma-smbios-data-check

Revision history for this message
Kiril Vladimiroff (kiril-vladimiroff) wrote :

a) When a virtual machine from our marketplace is cloned all the
metadata for it gets cloned, too (arch, os, distribution, version and
most all: **install notes**). And install notes could be huge. When
this data is a lot, a lot of time is spent on receiving it. So, since
we have the SMBIOS check now, we're sure such serial read/writes will
be executed only in our cloud. In other words: especially the read
timeout is completely reasonable.

b) We're going to deploy the new version of our cloud soon and it's
useless to put this as configuration option. Will use custom builds
until then.

> Basically, even if dmi-decode is available, we don't want to run it on arm.

Could you please explain why? I don't see a reason to filter by arch,
since the SMBIOS check is pretty straightforward.
Kiril Vladimiroff

Software Developer

CloudSigma

E: <email address hidden>

T: www.twitter.com/CloudSigma

W: www.cloudsigma.com

The first exchange for trading IaaS cloud resources has arrived:

http://cld.sg/14RyTYG.

CloudSigma is a proud launch partner with Deutsche Börse:

http://cld.sg/17Xcbo7.

CloudSigma named Cool Vendor 2013 by Gartner Research: http://cld.sg/10G5az6

====================

This email is from CLOUDSIGMA AG. The contents of this email and any
attachments are confidential to the intended recipient. They may not
be disclosed to or used by or copied in any way by anyone other than
the intended recipient. If this email is received in error, please
contact CLOUDSIGMA AG on +41 (0)44 585 39 07 quoting the name of the
sender and the email address to which it has been sent and then delete
it. Please note that neither CLOUDSIGMA AG nor the sender accepts any
responsibility for viruses and it is your responsibility to scan or
otherwise check this email and any attachments. CLOUDSIGMA AG is a
public limited company registered in Canton Zürich, Switzerland
(registered number CH-020.3.034.422-0) with registered offices at
Sägereistrasse 35, 8152 Glattbrugg, Switzerland. For further
information, please refer to www.cloudsigma.com .

====================

On Fri, May 30, 2014 at 5:15 PM, Scott Moser <email address hidden> wrote:
> one other thing. due to the unavailability (and general failure) on arm, you'll need to modify your tests similar to I did in revision 960. Basically, even if dmi-decode is available, we don't want to run it on arm.
>
> --
> https://code.launchpad.net/~kiril-vladimiroff/cloud-init/cloudsigma-smbios-data-check/+merge/221524
> You are the owner of lp:~kiril-vladimiroff/cloud-init/cloudsigma-smbios-data-check.

« Back to merge proposal