I thought you meant text. Now I see a code, sorry and thank you!
I only see 3 279.4G disk, what did I do wrong?
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 279.4G 0 disk
sdb 8:16 0 279.4G 0 disk
sdc...
For those interested, there are other quirks using X710 on proxmox (including on MS-01, my baseline homelab!):
- VLAN stripping on SR-IOV VFs
- LLDP offload not reporting to linux kernel
- Asymmetric speed due to TX checksum offload
See...
For those interested, there are other quirks using X710 on proxmox :
- VLAN stripping on SR-IOV VFs
- LLDP offload not reporting to linux kernel
- Asymmetric speed due to TX checksum offload
See...
For those interested, there are other quirks using X710 on proxmox:
- VLAN stripping on SR-IOV VFs
- LLDP offload not reporting to linux kernel
- Asymmetric speed due to TX checksum offload
See https://github.com/nvandamme/systemd-networkd-i40e...
I currently have a container that has an additional volume for persistent data storage, which has about 80G of data on it. This container and the additional volume are backed up by PBS.
mp1: local-zfs:subvol-100-disk-1,mp=/opt,backup=1,size=100G...
Thanks a lot @fabian for this help and explanations!
I've just re-read https://pve.proxmox.com/wiki/Host_Bootloader where I found the explanation for this: "The ESPs are not kept mounted during regular operation. This helps to preventfilesystem...
When the lxc.idmap settings are active, I don't have webgui access but do have have console/ssh access. When checking ownership:
Via node shell, I can see that zfs dataset store/pbs-test is owned by backup:backup (34:34)
Debian GNU/Linux comes...
I have Proxmox Virtual Environment 9.0.10.
I am trying to download or upload an ISO image.
I see this on my local instalation:
But I do not see what mentioned on every tutorial:
For example: https://www.youtube.com/watch?v=RPkZL0oD_yg
Or...
I've solved my issue in a "not very elegant" way. I've added mount -a to the script that starts the urbackupsrv service. This service is the only one that requires the mount.
Got an answer from sales @leesteken
Don't do it thanks. "Unfortunately we cannot accept donations as such."
For future reference. Best advice by @bbgeek17
Cheers.
JC
I don't know Proxmenus, but I've found in its auto_post_install.sh that one of its "optimisations", khe-khe... is
"Subscription banner removal".
Tools which mess with the GUI often lead to problems like yours!
I suggest you remove it and check...
Similar issue here (using HA with the frigate add on and a usb coral). *resolved* by passing HA a usb2.0 port via proxmox (glad I had one onboard) and connecting the coral to that port. Frigate complains that the coral is slow (and it is...
Actually, a bit of a brainfart. As you use ZFS, you don't use EXT4 at all. So naturally you won't have the issue with reserved space, which isn't a thing in ZFS same as it is in EXT4.
This would only affect any storage system where the underlying...
Interesting. So there might be a difference in how Proxmox handles it with ZFS (which I see you use) vs LVM. I just did the same test as you did but I use LVM. New CT, default 5% reserved
root@pve:~# tune2fs -l...
Hi,
First let me say that I am not a linux expert. That said:
I need to mount a physical disk in a certaint LXC, whose conf file is:
arch: amd64
cores: 3
dev0: /dev/disk/by-id/ata-ST4000VX016-3CV104_WW62AQFE
features: fuse=1,nesting=1
hostname...
How is that relevant to the original Question ?
You cannot have ZFS Module working in an LXC Container, at least not in an unprivileged one. Not sure if your Remark is applicable to a privileged LXC Container or if you had a KVM Virtual Machine...