[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Poor harddrive performance on VM
 
- To: "xen-users@xxxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxxx>
 
- From: Paul Leiber <paul@xxxxxxxxxxxxxxxx>
 
- Date: Sat, 2 Nov 2024 10:54:19 +0100
 
- Arc-authentication-results: i=1; strato.com;    arc=none;    dkim=none
 
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1730541260;    s=strato-dkim-0002; d=strato.com;    h=In-Reply-To:From:References:To:Subject:Date:Message-ID:Cc:Date:From:    Subject:Sender;    bh=Y+Ex4Pd9fKgDEJjjrbTrecVBqcCUQdq+5uUf3VCUIt4=;    b=D1unGh4Gqwn1wAKYzq1pyyWKKsgwFJLPR/fV0t++Fx1MEyO9Z6qc3DRx4J9HGnyAz9    PSE0fFLh8dok5OZCYJcoKkeHfvV/PiQ62KgiGNNAacQfVDtp6ZnRTnTvrOGuimUQjRi1    jrrke1pfVChbUKa/H5Nbql8MSIEpGbqnXnCMTaO0YEj/oSWE8lpInUvAtGrOMir//OiO    lGcCKl0nMvj3jLjk/OHE50NDwhmiIOuFcNkSk24L2FoBvWGrLagZJ2uqLz1dBtZPfDmt    VfzAS23QTbzsB60y/XF+0zP5p7jK8JGX23Isvd00V1VQWbjkJk7lVjWEa/75ALj4HKr/    oqAQ==
 
- Arc-seal: i=1; a=rsa-sha256; t=1730541260; cv=none;    d=strato.com; s=strato-dkim-0002;    b=sq5teTPyM5KQv53KHS9VavvDJmyfdD+PAU/lIGU2oQiZkGH3w26OKHNc83Gm4hMZXU    bZen6peXHMnIBbf0zThai8uM9kOA0SgvSTj1uIkHapGm18Tm510sncqTlEsV7x4UqEqP    GmV+xmE4cwI+my6gYl3Ftc20FNkHjPbqWtbDk81yZ4ukpQiW3yCNtz8T9oSnmHrgLC5O    H2/fPoXeQDdUb6HdStxvfrTLwG9Tq6tGRtMRLsmCKR2cZ5njfZh512NSDHt0HMXujixO    Tw1uFolnco/GinNJDsw4HxfxQ9HE2D3IXvEdBtZMiCOXoFeU48KzfuMbFxz+zUNQwcXC    6gwQ==
 
- Delivery-date: Sat, 02 Nov 2024 09:54:39 +0000
 
- List-id: Xen user discussion <xen-users.lists.xenproject.org>
 
 
 
Am 02.11.2024 um 10:43 schrieb KAĞAN IŞILDAK:
 I tried to install PV drivers on Win10 vm but after xenbus installation 
vm stuck on booting phase.
Is PV drivers only solution to solve problem?
  
Yes, I think you need the PV drivers to increase HD speed.
 I faintly remember that the PV driver update process in Windows had some 
issues from time to time (it's Windows, after all... :-). I always got 
it working without major efforts, though. Unfortunately, I don't 
remember the exact steps I took. Some ideas you could try, without 
guarantee for success:
- Install the drivers again via Windows Update, reboot, try again if it 
fails
- Manually install the drivers (via Windows Device Manager), reboot, try 
again if it fails
Paul
 
 On Sat, Nov 2, 2024 at 12:40 Paul Leiber <paul@xxxxxxxxxxxxxxxx 
<mailto:paul@xxxxxxxxxxxxxxxx>> wrote:
    Am 01.11.2024 um 11:17 schrieb KAĞAN IŞILDAK:
     > Hello,
     >
     > I am using Xen 4.18. My host machine is a Dell server with dual
    Intel®
     > Xeon® Gold 6438Y+ CPUs and an NVMe SSD. I am working with Windows
     > virtual machines and experiencing issues related to hard disk speeds.
    Windows DomU means that it is a HVM type of VM.
     > So far, I have conducted a total of four tests, covering disk format
     > and BIOS firmware. I have tried both QCOW2 and RAW disk formats and
     > booted the BIOS as both SeaBIOS and OVMF. In all four tests, my
     > read/write speed was around 50 MB/s, which is really low.
     >
     > What could be causing this issue?
     >
     > Note: No PV driver is installed, and I have tried mounting the disks
     > as both HDA and XVDA, but the results were the same.
    IIUC, the PV on HVM drivers are necessary to gain the benefits of
    paravirtualization. If there is no frontend PV driver counterpart in
    the
    DomU for the PV backend on the Dom0, then less efficient software
    virtualization happens. [1]
    I'd try to install the PV drivers. In my Windows VMs, the Xen PV
    devices
    have been detected and the Citrix drivers have been installed
    automatically by Windows Update.
    Paul
    [1] https://wiki.xenproject.org/wiki/PV_on_HVM <https://
    wiki.xenproject.org/wiki/PV_on_HVM>
 
 
 
    
     |