mount_options: mount: /boot: No such file or directory

Bug #1210371 reported by jaypei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
High
jaypei

Bug Description

My environment:

- Grizzly OpenStack (installed from yum)
- CentOS 6.4
- image type: qcow2
- libvirt_inject_partition=-1 (inspect mode)

My image fstab:

vda 252:0 0 80G 0 disk
├─vda1 252:1 0 200M 0 part /boot
├─vda2 252:2 0 10G 0 part /
├─vda3 252:3 0 4G 0 part /var
├─vda4 252:4 0 1K 0 part
├─vda5 252:5 0 4G 0 part [SWAP]
├─vda6 252:6 0 1000M 0 part /home
└─vda7 252:7 0 60.8G 0 part /home/q

error message:

...
mount_options: mount: /boot: No such file or directory

(full log in attachment:compute.log)

Revision history for this message
jaypei (jaypei97159-c) wrote :
Changed in nova:
assignee: nobody → jaypei (jaypei97159-c)
status: New → In Progress
Changed in nova:
milestone: none → havana-3
importance: Undecided → High
jaypei (jaypei97159-c)
Changed in nova:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/40827
Committed: http://github.com/openstack/nova/commit/a8613dd59383c150ac8762398838236759bad7b1
Submitter: Jenkins
Branch: master

commit a8613dd59383c150ac8762398838236759bad7b1
Author: jaypei <email address hidden>
Date: Thu Aug 8 16:26:06 2013 +0800

    fix libguestfs mount order when inspecting

    variable `mounts` sorted value is
    [
        ('/boot', '/dev/vda1'),
        ('/', '/dev/vda2'),
        ('/var', '/dev/vda5'),
        ('/home', '/dev/vda6'),
        ('/home/q', '/dev/vda7')
    ]
    but `/boot` directory is in `/` partition.

    Fixes: Bug #1210371
    Change-Id: I3d9cd59237bc4fc277415104c9170d2e372a1c25

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (stable/grizzly)

Fix proposed to branch: stable/grizzly
Review: https://review.openstack.org/43097

Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/grizzly)

Reviewed: https://review.openstack.org/43097
Committed: http://github.com/openstack/nova/commit/4918fd647f0827a27e54df27feaebace1957c173
Submitter: Jenkins
Branch: stable/grizzly

commit 4918fd647f0827a27e54df27feaebace1957c173
Author: jaypei <email address hidden>
Date: Thu Aug 8 16:26:06 2013 +0800

    fix libguestfs mount order when inspecting

    variable `mounts` sorted value is
    [
        ('/boot', '/dev/vda1'),
        ('/', '/dev/vda2'),
        ('/var', '/dev/vda5'),
        ('/home', '/dev/vda6'),
        ('/home/q', '/dev/vda7')
    ]
    but `/boot` directory is in `/` partition.

    Fixes: Bug #1210371
    Change-Id: I3d9cd59237bc4fc277415104c9170d2e372a1c25
    Cherry picked: a8613dd59383c150ac8762398838236759bad7b1

Thierry Carrez (ttx)
Changed in nova:
milestone: havana-3 → 2013.2
Sean Dague (sdague)
no longer affects: nova/grizzly
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.