[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2023-05-09 Thread James Falcon
Tracked in Github Issues as https://github.com/canonical/cloud-
init/issues/2420

** Bug watch added: github.com/canonical/cloud-init/issues #2420
   https://github.com/canonical/cloud-init/issues/2420

** Changed in: cloud-init
   Status: Triaged => Expired

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1263294

Title:
  ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in
  /sys/block'

Status in cloud-init:
  Expired
Status in tripleo:
  Won't Fix

Bug description:
  This is due to line 227 of ./cloudinit/config/cc_mounts.py::

  short_name = os.path.basename(device)
  sys_path = "/sys/block/%s" % short_name

  if not os.path.exists(sys_path):
  LOG.debug("did not find entry for %s in /sys/block", short_name)
  return None

  The sys path for /dev/sda1 is /sys/block/sda/sda1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1263294/+subscriptions


-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2015-11-09 Thread Ben Nemec
We've moved away from ephemeral partitions in TripleO, so this no longer
needs to be fixed there.

** Changed in: tripleo
   Status: In Progress => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1263294

Title:
  ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in
  /sys/block'

Status in cloud-init:
  Triaged
Status in tripleo:
  Won't Fix

Bug description:
  This is due to line 227 of ./cloudinit/config/cc_mounts.py::

  short_name = os.path.basename(device)
  sys_path = "/sys/block/%s" % short_name

  if not os.path.exists(sys_path):
  LOG.debug("did not find entry for %s in /sys/block", short_name)
  return None

  The sys path for /dev/sda1 is /sys/block/sda/sda1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1263294/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2014-05-08 Thread Robert Collins
Reopening this - once we've configured services to use /mnt, its a
fairly fatal error when we nova rebuild the machine (preserving the
state partition) but said services start up after cloud init but before
our workaround-hack to fix things. E.g. our hack is insufficient.

** Changed in: tripleo
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1263294

Title:
  ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in
  /sys/block'

Status in Init scripts for use on cloud images:
  Triaged
Status in tripleo - openstack on openstack:
  Triaged

Bug description:
  This is due to line 227 of ./cloudinit/config/cc_mounts.py::

  short_name = os.path.basename(device)
  sys_path = "/sys/block/%s" % short_name

  if not os.path.exists(sys_path):
  LOG.debug("did not find entry for %s in /sys/block", short_name)
  return None

  The sys path for /dev/sda1 is /sys/block/sda/sda1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1263294/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread OpenStack Infra
Reviewed:  https://review.openstack.org/63584
Committed: 
https://git.openstack.org/cgit/openstack/tripleo-image-elements/commit/?id=7d0f9758772c00267581b87018f6081ac806e690
Submitter: Jenkins
Branch:master

commit 7d0f9758772c00267581b87018f6081ac806e690
Author: Clint Byrum 
Date:   Sat Dec 21 08:09:46 2013 -0800

Work around broken cloud-init ephemeral disk code

Cloud-init cannot handle ephemeral disks like '/dev/sda1'. This prevents
the nova baremetal default from working properly. So if the ephemeral
disk isn't already mounted, we mount it just before we need it.

Change-Id: Ide0e5ed3eff91755aac7d8f1e9c43f723f7bf3d5
Closes-Bug: #1263294


** Changed in: tripleo
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1263294

Title:
  ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in
  /sys/block'

Status in Init scripts for use on cloud images:
  New
Status in tripleo - openstack on openstack:
  Fix Released

Bug description:
  This is due to line 227 of ./cloudinit/config/cc_mounts.py::

  short_name = os.path.basename(device)
  sys_path = "/sys/block/%s" % short_name

  if not os.path.exists(sys_path):
  LOG.debug("did not find entry for %s in /sys/block", short_name)
  return None

  The sys path for /dev/sda1 is /sys/block/sda/sda1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1263294/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1263294] Re: ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in /sys/block'

2013-12-21 Thread Clint Byrum
This is blocking ephemeral disk usage on hardware which is critical to
our image based updates via rebuild code path.

** Also affects: tripleo
   Importance: Undecided
   Status: New

** Changed in: tripleo
   Status: New => Triaged

** Changed in: tripleo
   Importance: Undecided => Critical

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1263294

Title:
  ephemeral0 of /dev/sda1 triggers 'did not find entry for sda1 in
  /sys/block'

Status in Init scripts for use on cloud images:
  New
Status in tripleo - openstack on openstack:
  Triaged

Bug description:
  This is due to line 227 of ./cloudinit/config/cc_mounts.py::

  short_name = os.path.basename(device)
  sys_path = "/sys/block/%s" % short_name

  if not os.path.exists(sys_path):
  LOG.debug("did not find entry for %s in /sys/block", short_name)
  return None

  The sys path for /dev/sda1 is /sys/block/sda/sda1.

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1263294/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp