Thank you, this post helped me a lot!
My I/O errors and more specifically ZFS failure ("Failed to initialize libzfs library") directed me to a lot of pages that spoke about cable and power problems. After replacing them, I figured it must be the...
I know this is super old, but just wanted to say thank you for this. I was going crazy trying to get 9.1 installed on my z97, and this solved it for me.
Hi,
sounds a little bit like the pve hosts should not be reachable on their vlan8 address,
because if the switch tags/untags to vlan8 - the pve host should not. If it still works your switch seems to operate in a mixed mode. (Access+trunk). Maybe...
I have a Unifi Cloud Gateway with a Unifi switch, with a Proxmox VLAN setup for management at 192.168.8.0/24 (VLAN8). On the switch, I have VLAN8 set as the native untagged VLAN passing to my two Proxmox nodes. I am passing a few VLANs as tagged...
Hi sounds perfectly normal, the USG will be using LLDP and would discover all devices and show them in the hosts table regardless of those devices having an L3 address or not, nothing unusual.
Cyril
Hi sounds perfectly normal, the USG will be using LLDP and would discover all devices and show them in the hosts table regardless of those devices having an L3 address or not, nothing unusual.
Cyril
I've done some digging in the code to answer my question:
PBS client - backup: encrypts, compresses and finally sha256 checksums the original raw data right before uploading the encrypted & compressed data to PBS server 'backup' API...
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/qemu/{vmid}/vncproxy
https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/vncwebsocket
in the Documentation (link above) the fact is missing that you need a...
Thank you Waltar,
I'm not sure the two attempts that that different, but ZeroFS only supports a subset of NFS3
I'm trying to find a solution to 'unlimited' home storage, i.e. Cache the recent stuff on home storage < 2TB and put the rest in S3...
looking at the whitepaper, the author did much of the heavy lifting already. there's enough foundation for you to write the plugin. Having said that- making a supportable solution is still not a trivial task.
Hello Tom,
Thanks for the details. The interoperability between both technologies is much clearer to me now. We will assess if it makes sense to proceed with building the plugin to implement the integration
That delay is between this CT/VM and the next. It's not a delay before your CT/VM. See also the manual: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pct_startup_and_shutdown
From my point of view it is not best practice to connect a PVE cluster directly to the outer internet. There should always exist a router with filtering capabilities. In that picture the router would do Geo blocking, beside other things. My...
My snippet is safer (no rounding issues) and does the tasks (-r for filesystem) in one step with verification. In your case if resize2fs couldn't shrink that much (probably the case here) you cut data off which will likely bite you at some point.
As I wrote in this thread a few times and Robert did as well (and this is described in the doc which I linked to for you):
most likely GC deleted the chunks because you moved them back when GC was running.
So the atime was old (not updated by...
Your manual mount use a kind of nfs version (4.0/4.1/4.2) while in storage.cfg you define version 3 which depends on rpcbind which your zerofs doesn't have as you wrote.
Btw. why use a uncommon nfs server if any linux has a functional kernel nfs...