Search results

  1. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    C:\Windows\system32>chcp 437 Active code page: 437 C:\Windows\system32>diskpart Microsoft DiskPart version 10.0.14393.0 Copyright (C) 1999-2013 Microsoft Corporation. On computer: OSKREPORT DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- -------------...
  2. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    PowerShell launched with administrator privileges PS C:\Windows\system32> ([Security.Principal.WindowsIdentity]::GetCurrent().Groups.IsWellKnown('BuiltinAdministratorsSid ') -eq $true) True PS C:\Windows\system32> Optimize-Volume -DriveLetter D -ReTrim -Verbose Optimize-Volume : Failed...
  3. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    Optimize-Volume : Failed Activity ID: {e58f170d-e3db-45e2-9bdd-d440ba479344} + Optimize-Volume -DriveLetter D -ReTrim -Verbose + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (StorageWMI:ROOT/Microsoft/...age/MSFT_Volume) [Optimize-Volume]...
  4. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    Added parameter "ssd = 1" for disk "D:" ostype: win10 scsi0: rbd:vm-126-disk-0,discard=on,size=256G scsi1: rbd:vm-126-disk-1,discard=on,size=1000G,ssd=1 scsihw: virtio-scsi-pci ---- optimize-volume : Failed Activity ID: {47274a55-4be8-417c-bb34-d1b84f37dad9} + optimize-volume -driveletter D...
  5. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    The following settings are specified: SCSI Controller = VirtIO SCSI Discard = on
  6. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    The operation failed for any disk. optimize-volume : Failed Activity ID: {31b1601a-28a7-4bad-b626-e4f921f576c2} + optimize-volume -driveletter C -verbose + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (StorageWMI:ROOT/Microsoft/...age/MSFT_Volume)...
  7. V

    [SOLVED] windows 2016 Optimize-Volume ReTrim

    The Proxmox VE 6.3 (Hyper-converged Infrastructure) cluster has a virtual machine running MS Windows 2016. Characteristics of this virtual machine bootdisk: scsi0 ostype: win10 scsi0: rbd:vm-126-disk-0,discard=on,size=256G scsi1: rbd:vm-126-disk-1,discard=on,size=1000G scsihw: virtio-scsi-pci...
  8. V

    [SOLVED] Difference in CPU consumption

    My friend helped me with advice. I disabled the "Use tablet for pointer" option (= No) and the problem went away. The guest operating system Ubuntu 18.04 LTS also shows ~0% CPU load inside. Proxmox VE host now shows ~0%.
  9. V

    [SOLVED] Difference in CPU consumption

    There is no information about any process in the /proc/stat command! The question was asked not about the CPU load of the Proxmox VE host, but about the load of the kvm process (~10%), while the guest operating system reports ~0%.
  10. V

    [SOLVED] Difference in CPU consumption

    Please help me and explain the observed CPU consumption. The ProxmoxVE + Ceph (Hyper-converged Infrastructure) cluster is built on five physical servers. For the test, one virtual machine is running on the server, which shows ~10% CPU load on the Proxmox VE host. Inside the virtual machine, the...
  11. V

    Caching mode for Proxmox VE and Ceph.

    Thanks a lot. My experiments also confirmed "cache = none"
  12. V

    Caching mode for Proxmox VE and Ceph.

    With colleagues, we have been using Proxmox VE for a long time. We want to implement Hyper-Converged Infrastructure (HCI). I read about caching modes in the official documentation https://pve.proxmox.com/wiki/Performance_Tweaks I would like to hear an authoritative opinion. What caching mode...
  13. V

    pvesh and description

    If the description contains non-alphabetic characters, you can not create a snapshot on another server Run the command from the server p1 root@p1 # pvesh create /nodes/p1/qemu/125/snapshot -snapname "ss_test1" -description "automatically created" -vmstate false 200 OK root@p1 # pvesh create...
  14. V

    Two clusters on the same subnet

    Can I create two clusters on the same subnet securely?