Search results

  1. R

    ceph update procedure

    thanks, wil use that next time.
  2. R

    ceph update procedure

    the update procedure for ceph changed this time [ to 15.2.13 ] this no longer works # systemctl restart osd.target Failed to restart osd.target: Unit osd.target not found. so used the following. these are quick notes not well formatted # 1 apt-get update && apt-get full-upgrade # 2-...
  3. R

    ceph update procedure

    In another ceph thread: we want to be as cautions as possible on ceph cluster upgrades. this is how we currently do ceph upgrades , and I am not sure that it is cautious enough. please advise 1- do mon systems 1st 2- restart services by systemctl try-reload-or-restart...
  4. R

    [SOLVED] 'ceph-volume lvm zap' zfs drive issue

    sdf or sdg ? run the mount command i wrote above
  5. R

    [SOLVED] 'ceph-volume lvm zap' zfs drive issue

    no medium found and open and already in use - check this mount| grep sdf I asssume it is mounted. umount and try again if that fails umount and zap /dev/sdf if you are sure you want to kill any data on /dev/sdf then zap the disk. AFAIR there used was a ceph zap disk command...
  6. R

    Change ceph network

    Hello Marcos. first your initial post of 'Wow ..' was not a good way to get help. it was insulting to me and probably others . certainly not a good way to ask for help. the post NOT POLITE or clear on what you are trying to ccomplish. Question - what are you trying to do? ceph...
  7. R

    Change ceph network

    This is an old thread, and PVE + Ceph are much easier to understand and manage. Check the documentation .
  8. R

    [SOLVED] turnkey repo

    can someone point me to how to add turnkey templates to shared storage?
  9. R

    Newbie Proxmox lover hard drive question

    your set up will be very easy to manage in the future if you start by using zfs for storage. we use pve at work an at home pve for home theater and backups of work . quick suggestions: get 2 500GB ssd and use in a zfs raid1 . if you can not afford 2 ssd's still use zfs and add 2nd...
  10. R

    GET /download: 404 Not Found: open file ... client.log.blob" failed - not found

    Fabian, I just tested a sync by the faster system and at the end this was at log on the source pbs system: 2021-03-18T09:31:30-04:00: GET /download: 404 Not Found: open file "/backups/daily/host/fbcadmin/2021-03-18T12:32:01Z/client.log.blob" failed - not found so the missing .blob file is not...
  11. R

    GET /download: 404 Not Found: open file ... client.log.blob" failed - not found

    I have two remote pbs systems that syncs are sent to. one is taking 10 times longer to complete . internet connection speeds are 50MB+ for other downloads.. so connection speed is not the cause of slowness. at the end of a transfer I noticed an error with client.log.blob missing. could...
  12. R

    Proxmox + PFSense routing?

    NO ! thank you for suggesting that test. our new WAN connection has not arrived, when it does we'll repeat that test.
  13. R

    Proxmox + PFSense routing?

    the wan device works fine as WAN2 at hardware pfsense. NAT works. at the pf vm , firewall log shows a green pass when i do this from off site : ssh -p 3322 IP however i do not get to the linux test system when i run the ssh test . that test works when WAN2 is connected to hardware pf.
  14. R

    Proxmox + PFSense routing?

    yes noticed that. we will be trying a wired WAN instead of that backup wireless lan later in the week. we purchased another wired wan which is getting intalled tomorrow - so will use that.
  15. R

    Proxmox + PFSense routing?

    firewall logs show no activity. i have the test 3322 port forward to do logging. So i think the issue is with routing at the switches. the switch runs nvidia linux . it is a debian based system. routing is done using frr [ i barely understand ] . here is parts of /etc/frr/frr.conf ip...
  16. R

    Proxmox + PFSense routing?

    here are some pics
  17. R

    Proxmox + PFSense routing?

    I can also ssh to other vlans from pf
  18. R

    Proxmox + PFSense routing?

    Yes. I can ssh to pfsense from vlan10 , and from pfsense ssh to vlan 10 .
  19. R

    Proxmox + PFSense routing?

    pfsense LAN is in the same vlan as pve hosts . perhaps it pfsense LAN should be in its own vlan ?