Search results

  1. jsterr

    Redhat VirtIO developers would like to coordinate with Proxmox devs re: "[vioscsi] Reset to device ... system unresponsive"

    Sorry for interrupting. Has someone a summary about the current state: * Whats the error that happens (in short) * What might be the root-cause for the error? * List of workarounds until theres a fix? Thank you for the help. We already tried downgrading driver + io_uring = Native. Is this...
  2. jsterr

    cephfs mount folder wrong unix-permissions (d???)

    Hallo, has anyone seens this "problem" before? root@pve0:/mnt/pve# ls -lisah ls: cannot access 'cephfs': Permission denied total 1.0K 5384 512 drwxr-xr-x 3 root root 3 Aug 30 15:31 . 8 512 drwxr-xr-x 3 root root 3 Aug 30 15:31 .. ? ? d????????? ? ? ? ? ? cephfs A node...
  3. jsterr

    Übernahme Win 10 von ESXi auf PVE - INACCASSIBLE BOOT DEVICE

    Ich verstehe die Frage glaube ich nicht. Die Datei liegt unter /etc7pve/qemu-server/202.conf und die muss man editieren. Die Anleitung hat auch keinen Step 7
  4. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    Afaik my guide only works for external not onboard nics. NT = 10GBit onBoard so you need to reach out to supermicro to get the correct firmware. As we do not have N12 in our portfolio I cant help you with getting and testing firmware via Thomas Krenn.
  5. jsterr

    [TUTORIAL] Creating 2 node Proxmox VE cluster with StorMagic software defined storage

    I got a demo a few months ago, did you try the final release? Had some big flaws and things that were missing a few months ago. Will check my notes tomorrow to see what flaws I noticed the last time.
  6. jsterr

    SimpleZones not working after changing via cli

    It does work now! Thanks for your help, should I delete the old entries in the .db-file? There is content in it, which is not represented in the web-ui
  7. jsterr

    SimpleZones not working after changing via cli

    root@PMX7:/etc/pve/priv# cat ipam.db...
  8. jsterr

    SimpleZones not working after changing via cli

    Found some errors in the dnsmasq service, could be "no file" as It might only get created when dhcp offerd a ip. dnsmasq@zpvea.service - dnsmasq (zpvea) - A lightweight DHCP and caching DNS server Loaded: loaded (/lib/systemd/system/dnsmasq@.service; enabled; preset: enabled)...
  9. jsterr

    SimpleZones not working after changing via cli

    Yes this file exists. root@PMX7:/etc/pve/priv# ls -lisah | grep ipam 191246 512 -rw------- 1 root www-data 740 Aug 21 13:54 ipam.db There are no errors in the logs, neither the node nor the cluster-log. vms come up with 0.0.0.0/24 as a ip-address Not sure bout the js-errors. anything i should...
  10. jsterr

    SimpleZones not working after changing via cli

    I somehow broke IPAM and dnsmasq i guess. I deleted everything and recreated all with pvesh, the prev error is gone, but I still dont get IP-Adresses on any of the zones, although they have autodns-enabled and correctly defined subnet. Seems like I broke the ipam database or location where the...
  11. jsterr

    SimpleZones not working after changing via cli

    Thanks! Do you know howto use --dhcp-range on pvesh? I looked at the api-viewer online but I dont get howto put in the range here. root@PMX7:~# pvesh create cluster/sdn/vnets/pveb/subnets/ --subnet 192.168.30.0/24 --type subnet --gateway 192.168.30.1 --snat 1 --dhcp-range...
  12. jsterr

    SimpleZones not working after changing via cli

    Ok thanks, Ill delete everything and will use pvesh Seems like this is the right direction: delete sdn subnet object failed: zone 'sz10' doesn't exist in IPAM DB (500)
  13. jsterr

    SimpleZones not working after changing via cli

    Thanks! Here you are. Edit 1: It might be a issue, that I edited the files, seems like creating a new sz a new vnet and new subnet via webui, does not lead to that issue.
  14. jsterr

    SimpleZones not working after changing via cli

    I created 10 simplezones, each with its own vnet and subnet, I manually edited the files in /etc/pve/sdn and pressed apply via web-ui. This worked well, but I did some changes on /etc/pve/sdn/subnets.cfgand pressed applyagain, since then I cant get a ip adress on any of the zones (although...
  15. jsterr

    Multiple functions on a single pair of NICs

    In theory you could try to create (for example your 100g nic is called eno1/eno2) * bond0.VLANID in vmbr0 for vms (slaves eno1, eno2) * bond0.VLANID for mangement + ip (slaves eno1,eno2) * eno1.VLANID and eno2.VLANID for your iscsi (Create -> Linux VLAN -> interface.vlanid) Please test...
  16. jsterr

    [TUTORIAL] Broadcom NICs down after PVE 8.2 (Kernel 6.8)

    @elkan76 do you have any errors messages? Im not sure if the tool works on dell/hpe hardware, as they often have their own non-standard firmware.
  17. jsterr

    Netzwerk Konfiguration mit Ceph

    Hallo :) VLAN-Aware yes bei vmbr1 braucht ihr wirklich eine vmbr0 für das Web-UI? Falls nein, dann einfach die vmbr0 entfernen und die IP direkt auf ens1f0np0 legen für was ist vmbr2? Ich würde empfehlen direkt mit dem SDN und einer VLAN-Zone zu arbeiten, das spart euch zukünftig Arbeit, weil...
  18. jsterr

    Feedback on esxi-import tool

    You need high bandwith network between the esx and the pve host, also live import is risky to use, as a import failure might lead to data loss of newly written data while importing.
  19. jsterr

    HA not working properly

    Please post the output of pvecm status are the vms locked? Whats the status in the webview, when you click on those vms?
  20. jsterr

    Kernel crash issue

    Thanks for answering that quick! So this cant be done on system that have already been installed? Is this possible on a already installed system with pve 8.2? If yes, are there some commands missing (like git clone etc?) root@PMX4:~# export DEB_BUILD_PROFILES='pkg.pve-kernel.debug'...