XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. psafont
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 3
    • Best 2
    • Controversial 0
    • Groups 1

    psafont

    @psafont

    XAPI Vizier 🐪

    7
    Reputation
    2
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website github.com/psafont Location Xenserver

    psafont Unfollow Follow
    XAPI Vizier 🐪

    Best posts made by psafont

    • RE: XCP-ng 8.3 public alpha 🚀

      @olivierlambert Snapshot is in essence a VDI clone, I don't see any checks being done before the filtering for ignored VDIs is done. And that is done pretty early on, not sure why there are operations affecting virtual block devices from ignored VDIs: https://github.com/xapi-project/xen-api/blob/master/ocaml/xapi/xapi_vm_clone.ml#L416

      posted in News
      psafont
      psafont
    • RE: XCP-ng 8.3 public alpha 🚀

      @cocoon
      The best thing we can do here is inspect the actual certificate:
      Please run openssl x509 -text -noout -in /etc/xensource/xapi-ssl.pem

      xenserver has generated host certificates with 2048-bit RSA keys for years, these should be able to be loaded by stunnel (through openssl) just fine.

      If the key is smaller that this then the fix is easy: generate a new certificate for that host: xe host-refresh-server-certificate host uuid=<>
      Be mindful that clients that trusted the previous certificate will need to trust the new one in order for the TLS connections to be established

      posted in News
      psafont
      psafont

    Latest posts made by psafont

    • RE: XCP-ng 8.3 public alpha 🚀

      @olivierlambert Snapshot is in essence a VDI clone, I don't see any checks being done before the filtering for ignored VDIs is done. And that is done pretty early on, not sure why there are operations affecting virtual block devices from ignored VDIs: https://github.com/xapi-project/xen-api/blob/master/ocaml/xapi/xapi_vm_clone.ml#L416

      posted in News
      psafont
      psafont
    • RE: xe command "hangs on start" when max / open files is high

      There's ongoing effort to avoid opening file descriptors, to avoid this situation. I'll consult whether the current patches avoid this situation in template-export / vm-import

      https://github.com/xapi-project/xen-api/pull/4877

      snwoods created this issue in xapi-project/xen-api

      open CP-32622: avoid using select and instead use epoll #4877

      posted in Compute
      psafont
      psafont
    • RE: XCP-ng 8.3 public alpha 🚀

      @cocoon
      The best thing we can do here is inspect the actual certificate:
      Please run openssl x509 -text -noout -in /etc/xensource/xapi-ssl.pem

      xenserver has generated host certificates with 2048-bit RSA keys for years, these should be able to be loaded by stunnel (through openssl) just fine.

      If the key is smaller that this then the fix is easy: generate a new certificate for that host: xe host-refresh-server-certificate host uuid=<>
      Be mindful that clients that trusted the previous certificate will need to trust the new one in order for the TLS connections to be established

      posted in News
      psafont
      psafont