Search results

  1. M

    [SOLVED] Upload Button Greyed Out on ZFS pool

    To upload ISO and LXC templates, you need a directory so you should add a storage as Directory
  2. M

    [SOLVED] Issue on Balloon Service

    Have you enabled ballooning in the VM configuration?
  3. M

    PVE 5.1 and ZFS, L2 ARC header size not shown

    Hello. I'm starting to update various servers from 5.0 to PVE 5.1, in most of them I have ZFS and a L2 ARC cache on SSD or NVME, usually I check arcstats l2_hdr_size to see if l2 arc header is using too much of my ARC memory. With the new ZFS packages and kernel mod version 0.7.2-1 (from...
  4. M

    Boot error after update

    Have you tried it? I have a server that is booting from USB pendrive and I had errors in zpool import at boot until I added the rootdelay option See here https://pve.proxmox.com/wiki/ZFS:_Tips_and_Tricks
  5. M

    Boot error after update

    Add rootdelay=30 (or higher value) to GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub, then update-grub
  6. M

    ZFS RAIDZ1 fails with 1 drive lost.

    If the output of zpool import -F -n is OK, you should try the import without -n With -n zpool only checks if a damaged pool can be imported, but make no changes to import it.
  7. M

    ZFS RAIDZ1 fails with 1 drive lost.

    Have you tried using -F -n to check if pool can be made importable again? Did you have a separate log device? In that case try using -m
  8. M

    Various doubt about replication function

    In syslog of the sending node you can see the pvesr progress
  9. M

    delete data/disks on ceph storage

    You can manage RBD obejcts from command line with rbd commands, i.e. rbd list -p <poolname> you get a list of every RBD object stored in the ceph pool rbd du -p <poolname> you get size of every RBD object of the pool and so on Have a look at man rbd
  10. M

    Configuring HDD

    Those 2 disk are used? They have datas on them that you want to use?
  11. M

    Backup to external usb drive

    In fstab add a line to mount your USB hard disk in a directory and use options noauto,x-systemd.automount,x-systemd.device-timeout=10 After that use systemctl daemon-reload and systemd will automatically try to mount the disk when the directory will be used
  12. M

    [SOLVED] Undestrand discard option

    When I have switched my Windows VMs from virtio to scsi disk I had to wotk this way: - poweroff the Windows VM - add a new disk with scsi typ, I just used 1GB in size - started Windows VM - from Device Manager, installed the virtio-scsi driver on the unknown device (the new disk) - made a test...
  13. M

    [SOLVED] How does email work?

    Proxmox install postfix, so it uses the local postfix to send email
  14. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    Yesterday, after the business hours, I tried to do what you said. I stopped all managers, then on the third node: pveceph createmon --exclude-manager 1 Ceph was unhealthy because of no manager active, but all the three monitors were active and in quorum without problems. After about an hour...
  15. M

    [SOLVED] Undestrand discard option

    This is a config on one of my Windows 2012 VM qm config 100 -cut- scsi0: local-zfs:vm-100-disk-1,cache=writeback,discard=on,size=64G scsi1: local-zfs:vm-100-disk-2,cache=writeback,discard=on,size=250G scsi2: local-zfs:vm-100-disk-3,cache=writeback,discard=on,size=220G scsi3...
  16. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    Restarted ceph-mgr service on node 2, now versions are ok pve-hs-3[0]:~$ ceph versions { "mon": { "ceph version 12.2.0 (36f6c5ea099d43087ff0276121fd34e71668ae0e) luminous (rc)": 2 }, "mgr": { "ceph version 12.2.0 (36f6c5ea099d43087ff0276121fd34e71668ae0e) luminous...
  17. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    pveversion -v on each node pve-hs-main:~$ pveversion -v proxmox-ve: 5.0-23 (running kernel: 4.10.17-3-pve) pve-manager: 5.0-32 (running version: 5.0-32/2560e073) pve-kernel-4.10.15-1-pve: 4.10.15-15 pve-kernel-4.10.17-3-pve: 4.10.17-23 libpve-http-server-perl: 2.0-6 lvm2: 2.02.168-pve3...
  18. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    I posted my ceph.conf with the problematic monitor created, after I issued pveceph destroymon pve-hs-3, I have pve-hs-main[0]:~$ cat /etc/pve/ceph.conf [global] auth client required = none auth cluster required = none auth service required = none...
  19. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    I made a pveceph init only on one node, for the creation of the ceph cluster. Then I did as you say a pveceph createmon on each node. After that, I started adding OSDs, and that was working for about a week (ceph -s was saying HEALTH_OK) To make a test, I removed all OSDs (pveceph destroyosd)...
  20. M

    [SOLVED] pveceph not creating ceph.conf symlink and ceph mon crashing

    pve-hs-2[0]:~$ ceph -s cluster: id: 24d5d6bc-0943-4345-b44e-46c19099004b health: HEALTH_OK services: mon: 2 daemons, quorum pve-hs-main,pve-hs-2 mgr: pve-hs-main(active), standbys: pve-hs-2 osd: 7 osds: 7 up, 7 in data: pools: 2 pools, 512 pgs objects...