Jump to content
Updated Privacy Statement

Mark Syms

Members
  • Posts

    296
  • Joined

  • Last visited

  • Days Won

    8

Posts posted by Mark Syms

  1. There was never a supported upgrade process for XenServer 7.5 to Citrix Hypervisor 8.2, there was a supported process for XenServer 7.6 and for XenServer 7.1 CU2 LTS. All of these 7.x releases are now long out of support and there is no supported upgrade process from them to Citrix Hypervisor 8.2 CU1 LTS.

     

    7.1 was not newer than 7.5 but was supported for longer by virtue of it being an LTS release whereas 7.5 was a Current Release which was only supported for 3 months after 7.6 was released. 

  2. 12 hours ago, Ken Zygmunt said:

    so are Citrix going to release a new article that provides best practise advice?

    There are no plans to do so, no, mainly because the settings are almost always specific to a given deployment. Therefore giving any sort of guidance beyond letting the system manage things based on its own internal rules is next to impossible.

  3. The async mode supported by the Linux Kernel NFS server technically violates the NFS Specification (and is documented as such) so it's not entirely surprising that vendors do not supoprt it in their expensive hardware filers as it reduces the guarantees for data integrity.

     

    XenServer quite rightly asserts that I/O must be confirmed completed by the remote storage before those I/O operations are reported as completed to the VM guests and if this results in the filer having to complete expensive operations then the fault lies in the filer.

     

    For the NetApp in particular this should not be the case as all write operations go first to non-volatile memory (and are thus safe) and then are flushed to the backing storage in the background.

  4. Have you followed these instructions as well? (The formatting on the docs page is a bit wonky, I'll see if we can get that fixed)

    xe host-disable host=hostname
    localsr=`xe sr-list type=ext host=hostname params=uuid --minimal`
    xe host-enable-local-storage-caching host=hostname sr-uuid=$localsr
    xe host-enable host=hostname

    In particular the host-enable-local-storage-caching is crucial

×
×
  • Create New...