Bug ID 933909
Summary kiwi cannot create btrfs subvolume with underscore in name(systemdisk)
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS SLES 12
Status NEW
Severity Normal
Priority P5 - None
Component System Imaging
Assignee ms@suse.com
Reporter rdannert@suse.com
QA Contact adrian@suse.com
Found By ---
Blocker ---

Created attachment 636992 [details]
kiwi build logfile image-root.log

# kiwi --build suse-SLE12-JeOS-bnc -d /nfs/space/tmp/build2 --type oem

Jun-08 11:19:00 <1> : Reading image description [Create]...
Jun-08 11:19:01 <3> : Volume path boot/grub2/x86/64-efi does not exist in
unpacked tree                                                failed
Jun-08 11:19:01 <1> : Closing session with ecode: 1


config.xml:
    <systemdisk name="testing">
        <volume name="tmp"/>
        <volume name="opt"/>
        <volume name="srv"/>
        <volume name="var/crash"/>
        <volume name="var/spool"/>
        <volume name="boot/grub2/i386-pc"/>
        <volume name="boot/grub2/x86_64-efi"/>
        <volume name="usr/local"/>
        <volume name="var/lib/mailman"/>
        <volume name="var/lib/named"/>
        <volume name="var/lib/pgsql"/>
        <volume name="var/log"/>
        <volume name="var/opt"/>
        <volume name="var/tmp"/>
    </systemdisk>

config.sh:

mkdir /var/lib/named
mkdir /var/lib/pgsql
mkdir /var/lib/mailman
mkdir /boot/grub2/i386-pc
mkdir /boot/grub2/x86_64-efi


kiwi used from 
http://download.opensuse.org/repositories/Virtualization:/Appliances/SLE_12/

# kiwi --version
Jun-08 11:22:08 <1> : Version:
Jun-08 11:22:08 <1> : --> vnr: 7.02.53
Jun-08 11:22:08 <1> : --> git: e74edab65d8aff3dd277952b7d248025754924a8


You are receiving this mail because: