Skip to main content

Questions tagged [cephfs]

The tag has no usage guidance.

Filter by
Sorted by
Tagged with
0 votes
1 answer
233 views

ceph orchestrator unavailbale after ceph upgrade

I was trying to issue ceph upgrade from 17 to 18.2.4, as outlined here ceph orch upgrade start --ceph-version 18.2.4 Initiating upgrade to quay.io/ceph/ceph:v18.2.4 After this, however, the ...
Liquid's user avatar
  • 151
1 vote
1 answer
175 views

Ceph Manager Daemon: SMB Module is not available

I currently have a Ceph Cluster in version 18.2.2 (reef). It runs an NFS-Ganesha cluster with some NFS exports. I wanted to deploy an SMB cluster (as documented at https://docs.ceph.com/en/latest/mgr/...
Leo's user avatar
  • 11
1 vote
1 answer
130 views

CephFS snapshot mirroring: how does the snapshot sizes inside .snap work exactly?

we're currently experimenting with CephFS snapshot mirroring to evaluate whether it will serve our purposes of establishing a passive storage backup to a secondary site. We setup two CEPH clusters ...
Youssef's user avatar
  • 41
0 votes
1 answer
312 views

Ceph - Too many objects () are misplaced;

I'm currently running a 3-Node Hyperconverged Proxmox/Ceph cluster. I'm in the process of transferring a large amount of data (100TB+) from an old unRAID instance to the new cluster infrastructure. ...
Ryan Jeremiah Freeman's user avatar
0 votes
0 answers
335 views

Ceph OSD rebalancing/redistribution of data

I'm new to ceph and I'm experimenting to find out, how it works. I started with a 3 node cluster where each node got one OSD (2x 500GB, 1x 1TB). I created the pool and the filesystem, mounted the ...
Thomas P's user avatar
0 votes
0 answers
128 views

why rook cephfs storage class store pv data in 2 places?

I am a newbie to ceph and run ceph using rook in bare metal environment.my question is : when you use rook cephfs provisioner as storage class and create a pvc to assign to a pod , when the pv is ...
Ali farahzadi's user avatar
1 vote
0 answers
885 views

Deleting file in ceph does not free up disk space

Ceph version: 16.2.13 (pacific) (I know that pacific is deprecated but the whole environment is legacy (like centos 7.3). I am not authorized to upgrade as well.) The cluster has 6 servers (22 osds, ...
SimpleProgrammer's user avatar
0 votes
0 answers
22 views

cephfs mount: can't open files with LibreOffice

I'm able to open/write different relevant filetypes with other applications (vim,code,gedit,...) from remote cephfs storage. libreoffice has been configured to prevent file-locks. All dirs and files ...
Peedy2495's user avatar
0 votes
0 answers
985 views

Unable to mount CephFS on client - Rocky8.8

When attempting to mount a Ceph file system the mount command times out: mount error 110 = Connection timed out dmesg shows the following: ceph: device name is missing path (no : separator in splunk@$...
CJW's user avatar
  • 101
0 votes
1 answer
83 views

ceph remove spurious data

I’d like to remove some “spurious" data: root@XX03:/# ceph df --- RAW STORAGE --- CLASS SIZE AVAIL USED RAW USED %RAW USED hdd 1.0 PiB 1.0 PiB 47 GiB 47 GiB 0 TOTAL ...
gmaggi's user avatar
  • 1
0 votes
1 answer
845 views

Now that the in-tree Kubernetes CephFS persistent volume plugin is deprecated how can I use Rook to get the same mounting behavior?

As of Kubernetes v1.28 the CephFS in-tree persistent volume plugin is deprecated. The official suggestion is to now instead use the third-party CSI driver. However, I am not sure how I can use for ...
rafiki's user avatar
  • 29
0 votes
1 answer
350 views

Kubernetes volumeMount: can create/delete but can't read/write files

We've faced weird issue with one of volumeMounts of one of our deployments. Here are relevant manifests' snippets: apiVersion: v1 kind: PersistentVolumeClaim metadata: name: xxx-media-pv-resource-...
Alex Vrublevskiy's user avatar
0 votes
0 answers
458 views

Usage stats of CephFS subvolumes

Is there a way to gather and show the disk usage stats of CephFS subvolumes? Is there anything similar to rbd du for CephFS subvolumes? The only idea I have is something really ugly: filesystem="...
Volodymyr Melnyk's user avatar