Results 1 to 2 of 2

Thread: cloud-init v.0.7.9 issue

  1. #1
    Join Date
    Sep 2017
    Beans
    1

    cloud-init v.0.7.9 issue

    Hello,

    We are using cloud-init to pass on some user data scripts into our AWS EC2 server's (CentOS 7.3) at run time (cloud-init v0.7.5 being used here). However while upgrading to CentOS 7.4 we observed that cloud-init auto upgrades from v0.7.5 to v0.7.9 via yum update and rebooting the instance. Now with cloud-init v.0.7.9, we are seeing some indifferent logs like below:

    util.py[DEBUG]: Running command ['mount', '-o', 'ro,sync', '-t', 'iso9660', '/dev/xvda', '/tmp/tmpWMbkYg'] with allowed return codes [0] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-tTYPE=iso9660', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-tLABEL=cidata', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)
    __init__.py[DEBUG]: Seeing if we can get any data from <class 'cloudinit.sources.DataSourceConfigDrive.DataSourc eConfigDrive'>
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr0'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/sr1'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/cd0'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-odevice', '/dev/cd1'] with allowed return codes [0, 2] (shell=False, capture=True)
    util.py[DEBUG]: Running command ['blkid', '-tTYPE=vfat', '-odevice'] with allowed return codes [0, 2] (shell=False, capture=True)

    But we are no longer able to see the output of our user data scripts which we were able to see earlier. Due to this, we cannot debug any errors in our user data scripts by looking at logs. We can hold on OS version for now, but we'll eventually have to move to the newer one and cope up with cloud-init v.0.7.9. Did anyone else face a similar problem or if someone could suggest a resolution to:
    1. Stop the upgrade from cloud-init v.0.7.5 to v0.7.9
    2. We can see the user data logs in the server.

    Regards,
    Vineet

  2. #2
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: cloud-init v.0.7.9 issue

    Moved to Fedora/Redhat and Derivatives.

    The Forum Feedback and Help section is not a general support area.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •