Package: fai-server
Version: 5.9.4
Severity: important

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
The target system has 2 nvme disks. The disk_config used is :
# example of new config file for setup-storage
#
# <type> <mountpoint> <size>   <fs type> <mount options> <misc options>

disk_config disk1 disklabel:gpt bootable:1 fstabkey:uuid
primary /boot/efi 512M  vfat  rw
primary -      8G   -  -
primary -      31G   -  -

disk_config disk2 disklabel:gpt bootable:1 fstabkey:uuid
primary -      512M - - 
primary -      8G   -  -
primary -      31G   -  -

disk_config raid always_format:all fstabkey:uuid
raid1 /boot disk1.2,disk2.2 xfs  rw,noatime
raid1 - disk1.3,disk2.3 - -

disk_config lvm always_format:all
vg datavg md1
datavg-root     /      10G   xfs  rw,noatime
datavg-tmp      /tmp    4G   xfs  rw,noatime
datavg-var      /var    6G   xfs  rw,noatime
datavg-swap     swap   RAM:200%  swap  sw
datavg-home     /home  5G     xfs  rw,noatime,nosuid,nodev createopts="-L home"

   * What exactly did you do (or not do) that was effective (or
     ineffective)?
I had to change /srv/fai/nfsroot/usr/share/fai/setup-storage/Init.pm to replace 
nvme\d+n1 by nvme\d+n\d+
and /srv/fai/nfsroot/usr/lib/fai/fai-disk-info to replace nvme[[:digit:]]+n1$ 
by nvme[[:digit:]]+n[[:digit:]]+$
to get rid of the setup-storage errors.

   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


-- System Information:
Debian Release: 10.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-8-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages fai-server depends on:
ii  debootstrap  1.0.114
ii  e2fsprogs    1.44.5-1+deb10u3
ii  fai-client   5.9.4
ii  xz-utils     5.2.4-1

Versions of packages fai-server recommends:
ii  dosfstools                        4.1-2
pn  isc-dhcp-server                   <none>
ii  libproc-daemon-perl               0.23-1
ii  mtools                            4.0.23-1
ii  nfs-kernel-server                 1:1.3.4-2.5
ii  openbsd-inetd [inet-superserver]  0.20160825-4
ii  openssh-client                    1:7.9p1-10+deb10u2
ii  openssh-server                    1:7.9p1-10+deb10u2
pn  tftpd-hpa | atftpd                <none>

Versions of packages fai-server suggests:
ii  binutils           2.31.1-16
pn  debmirror          <none>
pn  fai-setup-storage  <none>
pn  grub2              <none>
pn  perl-tk            <none>
pn  qemu-utils         <none>
ii  reprepro           5.3.0-1
ii  squashfs-tools     1:4.3-12
ii  xorriso            1.5.0-1

-- Configuration Files:
/etc/fai/apt/sources.list changed:
deb http://deb.debian.org/debian buster main contrib non-free
deb http://deb.debian.org/debian-security buster/updates main contrib non-free
deb http://deb.debian.org/debian buster-backports main contrib non-free
deb http://fai-project.org/download buster koeln

/etc/fai/nfsroot.conf changed:
FAI_DEBOOTSTRAP="buster http://deb.debian.org/debian";
FAI_ROOTPW='$1$masked'
NFSROOT=/srv/fai/nfsroot
TFTPROOT=/srv/tftp/fai
NFSROOT_HOOKS=/etc/fai/nfsroot-hooks/
FAI_DEBOOTSTRAP_OPTS="--exclude=wget"
FAI_CONFIGDIR=/srv/fai/config


-- no debconf information

Reply via email to