Sorry, yes, to be clear, I've read the manual and the API viewer, it's just that the distinction here doesn't make much sense to me. If nothing else there appears to be a significant lack of permissions granularity, since Datastore.Allocate isn't...
Your problem is almost certainly the Intenso drives, not ZFS itself. Those are DRAM-less budget SSDs and ZFS absolutely hammers them, once the small SLC cache fills up during sustained writes, latency goes through the roof, the pool stalls, and...
I just turned on my windows 10 VM and did a big file copy from my passed through HDD (D: drive) to my SSD (C: drive) (SSD Plus 480GB). I also attached the output of zpool iostat -v 1.
wa% during the file copy jumped to 26.4 and it hovers around...
Without an SD all metadata is stored on the HDDs. To read it, the head has to move physically. That takes some milliseconds.
As all data (including meta-data) is equally distributed on the whole device this repeats often. Unfortunately I have...
Without an SD all metadata is stored on the HDDs. To read it, the head has to move physically. That takes some milliseconds.
As all data (including meta-data) is equally distributed on the whole device this repeats often. Unfortunately I have...
Datastore.AllocateTemplate covers allocating and uploading templates and ISO images, while deleting volumes falls under Datastore.Allocate (which also covers creating, removing and modifying the storage itself). So it's working as intended rather...
By “external,” I meant not managed by PVE. You can still run dnsmasq yourself, and it should work fine. Expanding dhcp support beyond simple zones is on the roadmap and we're working on it.
1) Yes, dhcp only works with simple zones; evpn/vxlan guests need static ips or external dhcp, and you must handle the guest mtu yourself.
2) Yes, PVE allocates and reserves the ip when the nic is added, not when the guest requests a dhcp lease...
Hi where would i do that?
@Impact swapon command does not give me an ouput. Unfortunately I already deleted the VM that had the issues. But the Windows 10 VM also has issues where it locks up for short periods. I knew that link but it's little...
@IsThisThingOn that commit is the merge of the PR @uzumo linked back in #21. It went in yesterday, 20 August, committed by Behlendorf, closing both the PR and an issue that had been open since 2020.
To answer the question directly: no, dedup...
Hi,
feature requests are best filed over at our bug tracker: https://bugzilla.proxmox.com/ :)
With Port Channel I assume bonding multiple network interfaces? For that, please see #2164 in our bug tracker. You can subscribe to it to get updates...
I'm not sure if this is a bug or a "works as intended" that I don't quite understand, but I'm confused by the permissions required to remove an uploaded disk image. As near as I can tell (both from the API viewer and from the error messages I'm...
Thanks for working on this tizbac.
Given its alpha state, and your (quite sensible) disclaimer that anything could go horribly wrong, including the loss of source data, I'll refrain from running this on any "real" machines...
Are you aware of...
Ich upgrade regelmäßig PVE in Unternehmen wo es keine Unterbrechungen geben darf. Solange man die Anleitung befolgt und Warnmeldungen auch beachtet / abarbeitet und nicht ignoriert ist noch nie etwas schief gegangen.
Die Kunst ist das lesen, wer...
By “external,” I meant not managed by PVE. You can still run dnsmasq yourself, and it should work fine. Expanding dhcp support beyond simple zones is on the roadmap and we're working on it.