Search results

  1. M

    Accidentally ran ceph auth rm client.admin from one of my monitor nodes

    I made the same mistake modifying the client.admin permissions, ceph node could no longer communicate with the ceph cluster. These are the steps I took to fix the problem. 1. remove cephx from /etc/ceph/ceph.conf auth_client_required = none auth_cluster_required = none...
  2. M

    lxc container nfs server

    I had issues when cloning an LXC then trying to configure it for NFS. After a clean install as a privileged container set the features to: features: mount=nfs,nesting=1
  3. M

    Local Disk Locking Up

    I upgraded all nodes to 7.2-5 and it appeared to have fixed the issue.
  4. M

    Local Disk Locking Up

    I moved all drives to local and still seeing intermittent freezing/locks on the drive.
  5. M

    Local Disk Locking Up

    I've got a Windows 10 VM with the same setup in the cluster. The OS is on the local drive and a secondary drive is on CEPH. The OS keeps locking up. On the Ubuntu desktops, I moved the disks to local storage, I'll run some tests today and update my findings.
  6. M

    Local Disk Locking Up

    I've got a peculiar issue I just ran into . I have a 3 Node Cluster setup with CephFS. I created a Ubuntu desktop VM, added a new raw drive on local storage and mounted it to a folder. The OS drive is located on the CephFS. Everything appears to be working just fine. After pulling a bunch of...
  7. M

    Testing CEPH IO Speed

    Thanks @gurubert, now I'm seeing the expected results.
  8. M

    Testing CEPH IO Speed

    My setup is 3 dell R820, H710 Raid0, 2x1TB SAS Raid1 for ProxMox, 6X1 TB SAS drives for CEPH, 10Gbe Network. First Test, LXC stored on the local drive I get ~60 MB/S. Second Test, LXC stored on the Ceph pool I get ~240MB/s. Something is not adding up here. I would expect the CEPH pool to be...