Search results

  1. E

    Curl Issues

    I just had this problem on: pve-manager/8.4.1/2a5fa54a8503f96d (running kernel: 6.8.12-9-pve) I fixed it by updatedb locate libcurl.so.4 sure enough it was there in the /usr/lib/vmware folder I went in there rm libcurl.so.4 ln -s /usr/lib/x86_64-linux-gnu/libcurl.so.4 libcurl.so.4 ldconfig...
  2. E

    Need to delete orphaned ceph storages from GUI

    Awesome that fixed the GUI Itself. I wonder if its' going to fix the spam I'm getting in journalctl and to console about trying to mount /mainceph cephfs mount?
  3. E

    Need to delete orphaned ceph storages from GUI

    I searched, a lot for how to fix this. Had Ceph setup and working. Had two storages: mainceph an FS and RDBBlock an RDBBlock pool. Ceph died in a fire and I had to rebuild everything. But they are still hanging around: https://ss.ecansol.com/uploads/2024/04/26/chrome_2024-04-26_21-02-22.png...
  4. E

    Linux VM on Ceph RDB Backed Disk won't boot

    It's a new VM I'm trying to setup. I'll redo the install using LVM and see if that fixes, will let everyone know.
  5. E

    Linux VM on Ceph RDB Backed Disk won't boot

    the first command is a wall of text that continues with more of: root@pveclua:~# rados ls -p RDBRedMail|more rbd_data.b904aebd3b3049.000000000003ae00 rbd_data.b904aebd3b3049.0000000000000123 rbd_data.b904aebd3b3049.0000000000135e00 rbd_data.b904aebd3b3049.00000000000e5c00...
  6. E

    Linux VM on Ceph RDB Backed Disk won't boot

    OHHHH I think this might be a generic Linux issue. For root file systems over a certain size, you have to use LVM instead of standard partition stuff yeah?
  7. E

    Linux VM on Ceph RDB Backed Disk won't boot

    @Phillip Hufnagl root@pveclua:~# cat /etc/pve/storage.cfg dir: local path /var/lib/vz content vztmpl,iso,backup zfspool: local-zfs pool rpool/data content images,rootdir sparse 1 cephfs: mainceph path /mnt/pve/mainceph content...
  8. E

    Linux VM on Ceph RDB Backed Disk won't boot

    Absolutely: root@pveclua:~# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 16.4T...
  9. E

    Linux VM on Ceph RDB Backed Disk won't boot

    https://ss.ecansol.com/uploads/2023/11/09/chrome_2023-11-09_10-11-31.png https://ss.ecansol.com/uploads/2023/11/09/chrome_2023-11-09_10-12-27.png root@pveclua:~# pveversion pve-manager/8.0.4/d258a813cfa6b390 (running kernel: 6.2.16-15-pve) Any ideas how to fix this? Thanks, Matt
  10. E

    Pls help with storage reassignment

    you should 1: shutdown the vm gracefully 2: detach the storage volume 3: boot the VM and make sure everything works and no data is missing 4: then destroy the volume.
  11. E

    Unable to remove Ceph RDB Disk

    I found and deleted the unused disk in the 102.conf and it went away. Is there anything else I need to do?
  12. E

    Unable to remove Ceph RDB Disk

    Getting this error: https://ss.ecansol.com/uploads/2023/08/07/chrome_1691423600.png When I try to remove this unused disk: https://ss.ecansol.com/uploads/2023/08/07/chrome_1691423614.png I initiated a disk removal operation, which churned like for days, and it nerfed the related RDP Pool in...
  13. E

    Trying to setup Ceph RADOSGW for S3 entry

    I'm thinking the fact that I have the rdb application enabled on some of these pools somehow may also be part of the problem but I don't know how to remove it: pool 9 'default.rgw.log' replicated size 3 min_size 2 crush_rule 0 object_hash rjenkins pg_num 32 pgp_num 32 autoscale_mode on...
  14. E

    Trying to setup Ceph RADOSGW for S3 entry

    I followed the guide here with appropriate changes for my environment: https://base64.co.za/enable-amazon-s3-interface-for-ceph-inside-proxmox/ For example I don't have node1 2 3 I have pveclua b c d 4 Nodes. So I replaced all instances of node# with pveclua b c d etc. However, when I went...
  15. E

    6.1 Opt In Kernel Not Updating

    I overrode it w/ the 6.2 opt in as suggested by Neobin
  16. E

    6.1 Opt In Kernel Not Updating

    I opted in a few months ago to 6.1 The forum posts and such say 'updates will be received', but it's not doing it. https://ss.ecansol.com/uploads/2023/06/26/SecureCRT_1687816654.png https://ss.ecansol.com/uploads/2023/06/26/SecureCRT_1687816666.png...
  17. E

    Fabric Mesh more than 3 nodes.

    that makes sense Aaron, thank you very much. However, that introduces a new (and scary) problem, of migrating the existing 3 nodes to that connection instead of the fabric mesh >.< I'm not -super- familiar with bonding in Linux. But I'd be using Mikrotik switches most likely, so I'll poke...
  18. E

    Fabric Mesh more than 3 nodes.

    I currently have 3 nodes A B C There are dedicated links for A -> B -> C -> Back to A. Fabric Mesh is configured and working. Can I add a 4th node A -> B -> C -> D -> Back to A? or nTH node? I'm assuming so, because otherwise you'd have to have a trillion interfaces to go above 3 nodes, but...
  19. E

    Add Interface to Cluster Config

    I setup a cluster using a 10Gbps LAN network to a switch. I then setup the fabric mesh stuff to facilitate dedicated host - host traffic as outlined in ceph documentation. I'd like to add the fabric mesh network interfaces as a secondary link for the cluster, but I don't see any GUI options to...