Re: [ceph-users] Ceph + SAMBA (vfs_ceph)

2019-08-28 Thread Maged Mokhtar
On 27/08/2019 21:39, Salsa wrote: I'm running a ceph installation on a lab to evaluate for production and I have a cluster running, but I need to mount on different windows servers and desktops. I created an NFS share and was able to mount it on my Linux desktop, but not a Win 10 desktop. Sinc

Re: [ceph-users] health: HEALTH_ERR Module 'devicehealth' has failed: Failed to import _strptime because the import lockis held by another thread.

2019-08-28 Thread Peter Eisch
> Restart of single module is: `ceph mgr module disable devicehealth ; ceph mgr > module enable devicehealth`. Thank you for your reply. The I receive an error as the module can't be disabled. I may have worked through this by restarting the nodes in a rapid succession. peter Peter Eisch

Re: [ceph-users] Ceph + SAMBA (vfs_ceph)

2019-08-28 Thread Salsa
This is the result: # testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[homes]" Processing section "[cephfs]" Processing section "[printers]" Processing section "[print$]" Loaded services file O

Re: [ceph-users] Ceph + SAMBA (vfs_ceph)

2019-08-28 Thread Salsa
This is the result: # testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[homes]" Processing section "[cephfs]" Processing section "[printers]" Processing section "[print$]" Loaded services file O

[ceph-users] Failure to start ceph-mon in docker

2019-08-28 Thread Robert LeBlanc
We are trying to set up a new Nautilus cluster using ceph-ansible with containers. We got things deployed, but I couldn't run `ceph s` on the host so decided to `apt install ceph-common and installed the Luminous version from Ubuntu 18.04. For some reason the docker container that was running the m

Re: [ceph-users] Ceph + SAMBA (vfs_ceph)

2019-08-28 Thread Bill Sharer
Your windows client is failing to authenticate when it tries to mount the share.  That could be a simple fix or hideously complicated depending on what type of Windows network you are running in.  Is this lab environment using a Windows server running as an Active Directory Domain controller or

Re: [ceph-users] Failure to start ceph-mon in docker

2019-08-28 Thread Robert LeBlanc
Turns out /var/lib/ceph was ceph.ceph and not 167.167, chowning it made things work. I guess only monitor needs that permission, rgw,mgr,osd are all happy without needing it to be 167.167. Robert LeBlanc PGP Fingerprint 79A2 9CA4 6CC4 45DD A904 C70E E654 3BB2 FA62 B9F1 On Wed, A

[ceph-users] Specify OSD size and OSD journal size with ceph-ansible

2019-08-28 Thread Robert LeBlanc
I have a new cluster and I'd like to put the DB on the NVMe device, but only make it 30GB, then use 100GB of the rest of the NVMe as an OSD for the RGW metadata pool. I set up the disks like the conf below without the block_db_size and it created all the LVs on the HDDs and one LV on the NVMe that

Re: [ceph-users] iostat and dashboard freezing

2019-08-28 Thread Reed Dier
Just a follow up 24h later, and the mgr's seem to be far more stable, and have had no issues or weirdness after disabling the balancer module. Which isn't great, because the balancer plays an important role, but after fighting distribution for a few weeks and getting it 'good enough' I'm taking

Re: [ceph-users] health: HEALTH_ERR Module 'devicehealth' has failed: Failed to import _strptime because the import lockis held by another thread.

2019-08-28 Thread Konstantin Shalygin
On 8/28/19 8:16 PM, Peter Eisch wrote: Thank you for your reply. The I receive an error as the module can't be disabled. I may have worked through this by restarting the nodes in a rapid succession. What exactly error? May be you catches a bug and should be create redmine ticket for thi

Re: [ceph-users] Ceph + SAMBA (vfs_ceph)

2019-08-28 Thread Konstantin Shalygin
On 8/29/19 1:32 AM, Salsa wrote: This is the result: # testparm -s Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[homes]" Processing section "[cephfs]" Processing section "[printers]" Processing secti

Re: [ceph-users] iostat and dashboard freezing

2019-08-28 Thread Konstantin Shalygin
Just a follow up 24h later, and the mgr's seem to be far more stable, and have had no issues or weirdness after disabling the balancer module. Which isn't great, because the balancer plays an important role, but after fighting distribution for a few weeks and getting it 'good enough' I'm taking