Search results

  1. R

    [SOLVED] 'ceph pg 55.0 query' not working

    # ceph pg dump_stuck PG_STAT STATE UP UP_PRIMARY ACTING ACTING_PRIMARY 48.7e active+undersized+degraded+remapped+backfilling [1,24,19] 1 [1,24] 1 48.7d active+undersized+degraded+remapped+backfilling...
  2. R

    [SOLVED] 'ceph pg 55.0 query' not working

    I have not changed crush rules since 5 years ago.
  3. R

    [SOLVED] 'ceph pg 55.0 query' not working

    hello , today I upgraded to the latest ceph. after the first note was upgraded i noticed an inactive pg warning. I continued and finished the upgrade hoping the inactive pg would be fixed with a complete upgrade. But that was not the case. following info from...
  4. R

    Schedule DAILY restore from PBS possible to standby mode? - need advices.. !

    have you looked at rsnapshot ? it is good for data snapshots, like hourly, daily , weekly etc . I am not sure if it will do what you want for system.
  5. R

    log rotation

    For some reason on PVE and Nextcloud and other systems log rotation came to a halt in November. /var/log had over 7G . /var/log/journal had 4G i think it has something to do with a conflict with rsyslog and systemd journal stuff. will check later to fix edit /etc/cron.daily/logrotate #...
  6. R

    [SOLVED] how to move pbs to new hardware

    I'l edit this post sometime.... in the middle of transferring 8T ... I have not tried this.... was researching if resume is possible.. following this https://unix.stackexchange.com/questions/343675/zfs-on-linux-send-receive-resume-on-poor-bad-ssh-connection supposedly as we used the...
  7. R

    [SOLVED] rbd ... object map is invalid

    thank you Mira, that fixed the warning. rbd -p <pool-name> object-map rebuild vm-160-disk-0 rbd -p <pool-name> object-map rebuild vm-603-disk-0
  8. R

    [SOLVED] rbd ... object map is invalid

    for some LXC's there have had ' object map is invalid' since about 2020 . the timestamps show these lines are created when a pbs backup occurs. I assume these are harmless. Is there is a simple way to prevent these ? # dmesg|grep rbd | grep inval| grep disk [Fri Nov 4 17:02:54 2022]...
  9. R

    [SOLVED] error output from proxmox-backup-client includes standard output

    I am closing this thread and using https://forum.proxmox.com/threads/change-of-proxmox-backup-client-output-makes-cron-annoying.112728/#post-486872
  10. R

    Change of proxmox-backup-client output makes cron annoying

    I'm not sure of the syntax. which of these should be used ? export PBS_LOG='error proxmox-backup-client' # or export PBS_LOG='error'
  11. R

    PVE + Cumulus Linux network configuration

    try this: # m5300 auto bond21 iface bond21 alias bond21 on swp21 bond-slaves swp21 clag-id 21 mtu 1500 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer3+4 then there are the different macs to use for peerlink.4094 etc.
  12. R

    PVE + Cumulus Linux network configuration

    the config is slightly diff. there are important differences.
  13. R

    PVE + Cumulus Linux network configuration

    here are the /etc/network/interface files for our lagged two switches
  14. R

    PVE + Cumulus Linux network configuration

    I also liked the idea of Debian on a switch - until Nvidia bought Mellonax and dropped software upgrades [ stuck on deban 10 ] for many switches including our two very expensive ones. they are speed 40 and not 100 so just dropped . I could post our working interface files so you have an...
  15. R

    PVE + Cumulus Linux network configuration

    we ended up getting these switches working. what part are you trying to set up?
  16. R

    [SOLVED] High IO wait during backups after upgrading to Proxmox 7

    hello e100. 04:34:46 with bandwidth limit 150G was the fastest backup on the your post today. was that a typo? If not a typo then why not go with 16 workers and bw limit 150? [ yes i should have re read the entire thread .... ]
  17. R

    [SOLVED] High IO wait during backups after upgrading to Proxmox 7

    hello e100 - there are updates to zfs and a bunch of other packages today. hopefully those help with the issue you ran in to. from apticron: The following packages are currently pending an upgrade: e2fsprogs 1.46.5-2~bpo11+2 e2fsprogs-l10n 1.46.5-2~bpo11+2 libcom-err2...
  18. R

    [SOLVED] error output from proxmox-backup-client includes standard output

    Perhaps there is a way to use a newer [ systemd related or something ] logging method , with an email only when a backup failure occurs .
  19. R

    [SOLVED] error output from proxmox-backup-client includes standard output

    fbc-all-servers-crond:05 06 * * * root nice /fbc/bin/fbc-sleep-15-min ; ionice -c 3 /fbc/bin/pbs/pbs-servers | grep "had to backup" | /usr/bin/logger -t BACKUP the script sets variables then ionice -c 3 proxmox-backup-client backup etc.pxar:/etc var-www.pxar:/var/www...