Thanks for the review, Max! :)
On 4/11/25 18:04, Max Carrara wrote:
On Fri Apr 11, 2025 at 5:08 PM CEST, Daniel Kral wrote:
As mentioned in the Bugzilla and indicated above, I haven't found any
clear indicator for this happening besides that the most affected
devices seem to be USB devices, whi
The firewall did not yet use proxmox-log as its logging provider.
Adapt the existing code to setup logging via proxmox-log over the
current custom solution and import proxmox-log in all files as an
alias to the log cate.
This commit removes the ability to debug proxmox-firewall via running
it in t
Just so this is up to date, I noted an API weirdness off list:
`path_push()` and `path_pop()` are exactly the same - API wise - as
`path_join()` and `path_parent()` - they return a new string.
This is not how you'd expect push to work.
Given that *perl's* `push` uses a by-reference parameter, we s
Migrating proxmox-firewall to the proxmox_log crate has removed the
RUST_LOG environment variable, among other things. Additionally, the
proxmox-firewall binary now has subcommands for dumping the generated
firewall ruleset. Update the documentation to provide information on
how to use the new subc
Since we now have proxmox-log as the standard crate for logging purposes,
migrate proxmox-firewall to the new logging crate.
The old logging setup was also tied with the debugging mechanisms described in
the documentation. I used that opportunity to implement specific subcommands for
debugging pro
pve-firewall supports several subcommands for starting / stopping the
firewall, as well as debugging. proxmox-firewall currently only ran in
foreground when executed and had no real means of dumping the
generated ruleset other than running it with log level trace and
capturing the log output.
The
reports in our community forum say, that some systems still run into a
boot-loop with the latest proxmox-kernel-6.14 (6.14.0-2):
https://forum.proxmox.com/threads/164497/post-762978
Pulling in this patch here (or preventing the module from being loaded) fixes
the issue for them.
As our test-system
On Tue, Apr 01, 2025 at 11:40:14AM +0200, Fiona Ebner wrote:
> Am 01.04.25 um 10:40 schrieb Fabian Grünbichler:
> > On March 26, 2025 3:20 pm, Max Carrara wrote:
> >> +=head3 $plugin->volume_export(\%scfg, $storeid, $fh, $volname, $format [,
> >> $snapshot, $base_snapshot, $with_snapshots])
> >> +
On Fri Jan 10, 2025 at 6:00 PM CET, Daniel Kral wrote:
> As the installer allows single-disk RAID0 configurations and BTRFS
> allows to create a filesystem with the RAID10 profile with only two
> disks since kernel version 5.15 [0], lower the minimum amount of disks
> the installer requires for a B
this is mentioned in the `systemd.time(7)` manpage, but adding it here
to should give it more exposure. it's very handy and hopefully avoids
some frustration for users less familiar with calendar events.
Signed-off-by: Shannon Sterz
---
calendar-events.adoc | 5 +
1 file changed, 5 insertion
Oof, didn't test with OIDC, my bad.
Not an OIDC expert, so would be nice if someone else chimes in, but it
works as advertised with a simple keycloak server setup.
Consider:
Tested-by: Gabriel Goller
___
pve-devel mailing list
pve-devel@lists.proxm
On Fri Jan 10, 2025 at 6:00 PM CET, Daniel Kral wrote:
> From a user's perspective, the BTRFS single mode has been removed since
> d85180e ("tui: rename raid levels 0/1 to align with GUI installer"). The
> user can now only select at least the "RAID0" level, but if a user
> selects any raid level w
The local one is specific for `allocate_fleecing_images` and has a
comment stating to use the one from `PVE::QemuConfig` in all other
cases.
The `cleanup` sub already called this, but only if the VM was running.
We do allocate fleecing images for previously-stopped VMs as well,
though, so we also
--- Begin Message ---
How do we upgrade from 8 to 8.4 using apt or any command-line commands?
On Wed, Apr 9, 2025 at 8:17 AM Thomas Lamprecht
wrote:
> Hi All!
>
> We are excited to announce that our latest software version 8.4 for
> Proxmox Virtual Environment is now available for download. This
On Wed, Apr 02, 2025 at 06:32:14PM +0200, Max Carrara wrote:
> On Mon Mar 31, 2025 at 5:12 PM CEST, Fabian Grünbichler wrote:
> > On March 26, 2025 3:20 pm, Max Carrara wrote:
> > > Add docstrings for the following methods:
> > > - list_volumes
> > > - get_volume_attribute
> > > - update_volume_att
15 matches
Mail list logo