You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
side Note:
While investigating this issue, discovered that explicit storage setup isn't required for initial Proxmox operation as the local storage can be used. However, this seem to prevent setting up additional storage types.
When attempting to initialize storage in Proxmox via the UI, the system fails to find necessary utilities despite adding them to the service PATH. While local storage can be used without explicit initialization, attempts to set up additional storage (LVM, LVM-Thin, or Directory) fail.
The following errors occurs during storage initialization:
# LVM
unable to change partition type for /dev/sda1: open3: exec of sgdisk -t1:8E00 /dev/sda failed: No such file or directory at /nix/store/m253dhx20wpg335gsljzddzlq1334lc9-perl-5.36.3-env/lib/perl5/site_perl/5.36.3/PVE/Tools.pm line 494.
No command with matching syntax recognised. Run 'vgcreate --help' for more information.
vgcreate VG_new PV ...
TASK ERROR: pvcreate '/dev/sda1' error: Correct command syntax is:
# LVM-Thin
unable to change partition type for /dev/sda1: open3: exec of sgdisk -t1:8E00 /dev/sda failed: No such file or directory at /nix/store/m253dhx20wpg335gsljzddzlq1334lc9-perl-5.36.3-env/lib/perl5/site_perl/5.36.3/PVE/Tools.pm line 494.
No command with matching syntax recognised. Run 'vgcreate --help' for more information.
vgcreate VG_new PV ...
TASK ERROR: pvcreate '/dev/sda1' error: Correct command syntax is:
# Directory
unable to change partition type for /dev/sda1: open3: exec of sgdisk -t1:8300 /dev/sda failed: No such file or directory at /nix/store/m253dhx20wpg335gsljzddzlq1334lc9-perl-5.36.3-env/lib/perl5/site_perl/5.36.3/PVE/Tools.pm line 494.
# /nix/store/2wvb4326f069mz8zan43yx6nak6lsjqk-util-linux-2.39.4-bin/bin/mkfs -t ext4 /dev/sda1
mkfs: failed to execute mkfs.ext4: No such file or directory
TASK ERROR: command '/nix/store/2wvb4326f069mz8zan43yx6nak6lsjqk-util-linux-2.39.4-bin/bin/mkfs -t ext4 /dev/sda1' failed: exit code 1
I tried to add the workaround mentioned in #28 or #63 by adding required utilities to the service PATH:
side Note:
While investigating this issue, discovered that explicit storage setup isn't required for initial Proxmox operation as the local storage can be used. However, this seem to prevent setting up additional storage types.
When attempting to initialize storage in Proxmox via the UI, the system fails to find necessary utilities despite adding them to the service PATH. While local storage can be used without explicit initialization, attempts to set up additional storage (LVM, LVM-Thin, or Directory) fail.
The following errors occurs during storage initialization:
I tried to add the workaround mentioned in #28 or #63 by adding required utilities to the service PATH:
However, this did not resolve the issue, but I was able to have some success with the directory:
systemd PrivateTmp? the path is very odd..
Both LVMs remained the same
The text was updated successfully, but these errors were encountered: