Recent content by atuin

  1. A

    Ceph/RAID 5 in a small homelab

    Hi you can try linstor/drbd with replica 1 you can use max 2tb
  2. A

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    For our linstor service we use storage switch ip
  3. A

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    Yes have you follow evpn setup link ?
  4. A

    [TUTORIAL] Full mesh (routed setup) + EVPN + VM Bridge

    yes it becomes a classic switch so communication is bidirectional
  5. A

    2FA TOTP and Proxmox cluster

    hi can you try totp code of first cluster node
  6. A

    [TUTORIAL] HOWTO : Wrapper Script to Use Fedora CoreOS Ignition with Proxmox cloud-init system for Docker workloads

    hi, before Switch to fedoracore we use flatcar so we Can provide old source files if you wish Cyril
  7. A

    Install on Dell SC 1435

    Hi, On grub boot => edit add "rootdelay=3" on command line For permanent solution : Add GRUB_CMDLINE_LINUX_DEFAULT="rootdelay=3" in /etc/default/grub run update-grub and reboot
  8. A

    Ability to set ZFS volsize of zvol

    best place for show all options: http://pve.proxmox.com/pve2-api-doc/
  9. A

    Ability to set ZFS volsize of zvol

    Hi, You can change default volsize (8K) Add "blocksize 4k" in our def storage zfs (/etc/pve/storage.cfg file) or pvesm set $OURZFSSTORE -blocksize 4k
  10. A

    Installing to Debian 6

    so it's normal all proxmox package are for amd64 only you must reinstall debian in 64bit flavor cyril
  11. A

    Installing to Debian 6

    Hi, Have you installed the 64 bit version of debian ?
  12. A

    qm monitor and shell scripts

    Hi, perhaps you can try with socat command like this script #!/bin/bash QEMU_MONITOR_SOCKET_PATH=/var/run/qemu-server QEMU_MONITOR_SOCKET_EXT=mon SOCAT=$(which socat) || { echo "socat cmd not found => exit"; exit 1; } VMID=101 command="command you want to run in qemu monitor" echo...
  13. A

    Including a floppy image into VM

    hello, to add a floppy img : 1/ get the process kvm vm command line exemple: qm showcmd 107 2/ stop your vm 3/ copy and past command found in 1/ and add parameters : "-drive file=/path/to/floppy.vdf,if=floppy,index=0" it's boot your vm with floppy.vfd img attached to it cyril
  14. A

    Boosting network performance for windows guests (virtio drivers and registry changes)

    Re: Boosting network performance for windows guests (virtio drivers and registry chan We have make some test : Server : DELL R410 Network: broadcom giga ############################################################################################################################ PROXMOX DEPOT...