Anybody knows if or when kernelcare support arrives for PVE6?
=> ask Kernelcare.
Anybody knows if or when kernelcare support arrives for PVE6?
=> ask Kernelcare.
Hi Lucas,Hello!
Following the wifi on: https://pve.proxmox.com/wiki/Upgrade_from_5.x_to_6.0
I got error on this step:
For the no-subscription repository see Package Repositories. It can be something like:
sed -i -e 's/stretch/buster/g' /etc/apt/sources.list.d/pve-install-repo.list
I got this error:
sed: can't read /etc/apt/sources.list.d/pve-install-repo.list: No such file or directory
Any idea to fix that?
And, im not using Ceph, but anyways, i need to execute this step?
(Ceph only) Replace ceph.com repositories with proxmox.com ceph repositories
grep -r stretch /etc/apt/
Ok, but my 5.4 is already with buster, so, i cant understand why i need to replace that again, my sources.list:Hi Lucas,
the trick is "can be something like"... mean, you have source lists, which uses oldstable stretch, wich must replaced by buster.
to find your files use
sed is an streamline-editor and the command simply replace stretch with buster in the file (like vi command s for substitute and g for global (all)).Code:grep -r stretch /etc/apt/
Udo
Ok, but my 5.4 is already with buster, so, i cant understand why i need to replace that again, my sources.list:
deb http://ftp.br.debian.org/debian buster main contrib
# security updates
deb http://security.debian.org buster/updates main contrib
root@pve:~# systemctl status zfs-mount.service
● zfs-mount.service - Mount ZFS filesystems
Loaded: loaded (/lib/systemd/system/zfs-mount.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2019-07-28 13:36:09 CEST; 25s ago
Docs: man:zfs(8)
Process: 1429 ExecStart=/sbin/zfs mount -a (code=exited, status=1/FAILURE)
Main PID: 1429 (code=exited, status=1/FAILURE)
Jul 28 13:36:09 pve systemd[1]: Starting Mount ZFS filesystems...
Jul 28 13:36:09 pve zfs[1429]: cannot mount '/zfs-pool': directory is not empty
Jul 28 13:36:09 pve systemd[1]: zfs-mount.service: Main process exited, code=exited, status=1/FAILURE
Jul 28 13:36:09 pve systemd[1]: zfs-mount.service: Failed with result 'exit-code'.
Jul 28 13:36:09 pve systemd[1]: Failed to start Mount ZFS filesystems.
root@pve:~# zfs list -r -o name,mountpoint,mounted
NAME MOUNTPOINT MOUNTED
zfs-pool /zfs-pool no
zfs-pool/iso /zfs-pool/iso no
zfs-pool/share /zfs-pool/share no
zfs-pool/subvol-100-disk-0 /zfs-pool/subvol-100-disk-0 no
zfs-pool/subvol-102-disk-0 /zfs-pool/subvol-102-disk-0 no
zfs-pool/subvol-103-disk-0 /zfs-pool/subvol-103-disk-0 no
zfs-pool/subvol-104-disk-0 /zfs-pool/subvol-104-disk-0 no
zfs-pool/subvol-300-disk-0 /zfs-pool/subvol-300-disk-0 no
zfs-pool/vm-disks /zfs-pool/vm-disks no
zfs-pool/vm-disks/vm-101-disk-0 - -
zfs-pool/vm-disks/vm-105-disk-0 - -
zfs-pool/vm-disks/vm-200-disk-0 - -
zfs-pool/vm-disks/vm-200-state-stable - -
zfs-pool/vm-disks/vm-201-disk-0 - -
zfs-pool/vm-disks/vm-206-disk-0 - -
zfs-pool/vm-disks/vm-333-disk-0 - -
zfs-pool/vm-disks/vm-334-disk-1 - -
zfs-pool/vm-disks/vm-335-disk-0 - -
zfs-pool/vm-disks/vm-335-state-preupdate - -
When ZFS storage is configured as directory storage, then this solution should help.EDIT : this looks like a solution.
@matten: seems you don't have a subscription or not configured the right repos:
see https://pve.proxmox.com/wiki/Package_Repositories
@matten: seems you don't have a subscription or not configured the right repos:
see https://pve.proxmox.com/wiki/Package_Repositories
The short story:
Sometimes I can't start my virtual machine because Proxmox says that there is not enough memory space (and it is very strange because I have a server with 16GB of RAM and my KVM is configured to use only 8GB) .
.
The short story:
In proxmox 6 fallocate: fallocate failed: Operation not supported
The long story:
Sometimes I can't start my virtual machine because Proxmox says that there is not enough memory space (and it is very strange because I have a server with 16GB of RAM and my KVM is configured to use only 8GB) .
I installed Proxmox v6 in raid-0 zfs and noticed that no swap file was created (and it is very very strange!).
I thought of creating one in the hope of solving the problem but I encountered another error: it is not possible to use the "fallocate" command.
To reproduce the problem of not starting the KVM it is sufficient to do so:
Best regards,
- launch Proxmox;
- make a copy from one server to another with the "scp" command of a backup file of the kvm of at least 10 GB file;
- restore the kvm on the server in use;
- start the kvm and you'll meet the error;
E. Bruno.