Recent content by erfus

  1. E

    No Login with ActiveDirectory Realm

    I did try that workaround, but that's not working for me as well. Here is our config: root@PDM:/etc/proxmox-datacenter-manager/access# tail -n3 user.cfg user: username@AD-DOMAIN enable true expire 0 root@PDM:/etc/proxmox-datacenter-manager/access# cat acl.cfg...
  2. E

    No Login with ActiveDirectory Realm

    Yes, I tried both! When I sync with enable new users == off then the user is disabled as expected. When I enabled it via the GUI it shows enabled in the GUI but doesn't get enabled in the config file. I manually edited the config file which didn't solve the issue. Then I deleted all users...
  3. E

    No Login with ActiveDirectory Realm

    Hi all, we are having the same issue. Running PDM 1.0.3. We tried both enabled at sync and also manually editing the config file, but we are also getting this error: Login failed. Please try again (api error (status = 401: Unauthorized)) In the journalctl we also have the same error: msg=user...
  4. E

    DiskIO in CT missing

    Same issue here unfortunately. Running latest PVE7 with zfs. Disk Stats on VMs are fine but no Disk Stats on CT. Any way to solve this? Thanks!
  5. E

    PVE7 missing disk write statistics on VEs

    Hi all! I did upgrade from PVE6 to PVE7, but I did a clean install. So I made a backup of all VM and VE, made a clean install with PVE7, and restored the VMs and VEs. All is working fine, and I have Disk Write/Read statistics for my VMs. But for my VEs I only have disk read statistics. The...
  6. E

    KVM slow I/O with DL380 g8 + 1gb cache

    Ah ok! I got confused from the sentence because I thought it meant that WB with BBU is okay. So I guess writethrough is then the recommended setting for a Controller with BBU, right? Then I will do some tests again with writethrough setting.
  7. E

    KVM slow I/O with DL380 g8 + 1gb cache

    Hi LnxBil, Yes, I have a HWR Controller with 1gb cache. Both LXC and KVM have been on the raid10 array with lvm-thin. KVM test was on ext4 with default paramters. I've just set up a debian machine in KVM again, with writeback enabled in proxmox and cputype=host. It seems that things have...
  8. E

    KVM slow I/O with DL380 g8 + 1gb cache

    Hi all, ok, maybe I'm on the wrong track here. I've done one more test, KVM VM with 40gb disk on the RAID10 lvm-thin array and LXC Container on the same array. I've run FIO (https://pve.proxmox.com/wiki/Iscsi/tests) Test and after that I run the DD test. Results: KVM: root@grml /mnt # fio...
  9. E

    KVM slow I/O with DL380 g8 + 1gb cache

    Hi all! I've got a HP DL380 G8 running with 2x300GB 15k SAS in RAID 1 and 4x300GB 15k SAS in RAID10. Controller has 1GB of cache, Write Cache is enabled, BBU is present. Controller status is ok. I've just set it up (yes, raid resync is long done) and moved my VMs from my other server. LXC...