Hi, @tchjntr
There may be a few reasons. Hard to guess because we have no complete information.
One of the reasons can be mounting the current filesystem in not empty mount point.
Another can be running ncdu as a user lacking permissions to...
Here's what I ended up doing:
I removed the local-lvm from the GUI under Datacenter/Storage.
I removed the thin pool on both nodes using lvremove pve/data.
I then extended the root lv and resized the filesystem using:
lvextend -l +100%FREE...
/usr is bigger than expected as it is 3G on my system. Did you install additional software or upgrade through multiple versions of PVE (in which case apt purge '~o' might help)? /var is also much bigger than mine (544M for /var, 91M for /var/log).
The PVE installer requires only 8GiB AFAIK and uses about half of that for boot and its software. Maybe only the ESP is too small? Maybe you need to remove some old kernels (which can be a bit of a hassle according to some recent threads once you...
Ich muss mal Udo etwas widersprechen. Bei den 300GB HDDs, würde ich lieber ein Hardware Raid1 mit Batteriecache bevorzugen. Den Unterschied bei dem drehenden Rost merkt man deutlich.
Die 980er sind vermutlich 960GB SSDs, dann könntest du dich...
I am realizing I am on the wrong path. It seems NoVNC is not working and the ssh error is from xterm.js. My real issue is NoVNC is failing with a 500 when I try to get into a VM/LXC and simply says failed when getting to a node. The pveproxy logs...
Interestingly, if i waited a little longer, the two test zones do different things -
"Test" -
Type=Simple, IPAM=phpIPAM
I can see the test LXC in phpIPAM, but nothing in Datacenter->SDN->IPAM,
"Test 2" -
Type=Simple, IPAM=pve
I see...
The .ssh/confg on each is
cat /root/.ssh/config
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com[/COD
and grep -sR "dss" /etc/ssh /root/.ssh returns nothing.
Hi,
Is anyone able to help me wrap my head around this -
I have SDN configured with some zones that have my phpIPAM system configured for their IPAM layer.
One zone is 'simple' the other is 'vxlan'.
Both zones have both subnets added to their...
# Overveiw of my Configuration
I am on the latest version of `Proxmox` 7 nodes total, 3 dedicated to just host `CEPH`, no `VM` or `LXC`, I have 3 `CEPH` pools divided int devices class; `HDD`, `SSD`, `NVME`. The one I need help with is the `HDD`...
I'm having an issue with my telemetry module, if telemetry is enabled my MGR crashes.
Force Disabled Telemetry stops the Ceph MGR from crashing.
May 22 02:30:12 stark ceph-mgr[122655]: *** Caught signal (Aborted) **
May 22 02:30:12 stark...
Ich muss mal Udo etwas widersprechen. Bei den 300GB HDDs, würde ich lieber ein Hardware Raid1 mit Batteriecache bevorzugen. Den Unterschied bei dem drehenden Rost merkt man deutlich.
Die 980er sind vermutlich 960GB SSDs, dann könntest du dich...
I don't use an R630, but if I did, this is what I would probably do:
1. I'd reset/clear the BIOS & clear all UEFI data + keys & update it to latest for that R630 (2.19.0 ?).
2. Ensure UEFI is selected & SB is disabled.
3. Wipe the disks.
4...
No. PBS is tolerant: any "normal" filesystem is sufficient. It just stores a large number of 4 MiB "large" files. That's all it does...
Edit: https://pbs.proxmox.com/docs/storage.html#disk-management -- mentions ext4 and xfs...
If you are trying to move large folders over to your VM and cannot convert to ISO, the following worked for me:
### Step 1: Laptop to Proxmox Host
Run this in your laptop terminal to securely push the folder to your Proxmox server:
scp -r...