all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others
@ 2024-08-23 10:17 duluxoz
  2024-08-24  6:33 ` Alwin Antreich via pve-user
  0 siblings, 1 reply; 3+ messages in thread
From: duluxoz @ 2024-08-23 10:17 UTC (permalink / raw)
  To: Proxmox VE user list

Hi All,

Sorry for the stupid Qs, but I'm missing something (probably obvious).

Now that I've got a Ceph Cluster running on my Proxmox Cluster (ie 
hyper-converged) with a CephFS installation, how do I connect to the 
CephFS from another host? The same as a normal (External) Ceph Cluster 
(which I also have on the network)?

Also, if I wanted to connect a Proxmox Node to a sub-folder of the 
Hyper-Converged Ceph Cluster *without* specifying it was for ISOs, etc - 
just as a plain old data/file store, how do I do that - also the same as 
a normal (External) Ceph Cluster sub-folder (ie I've created a folder on 
the Hyper-Converged Ceph Cluster call `my_folder` and I want to mount 
that at `/mnt/my_folder` (via /etc/fstab) along side the existing 
`/mnt/pve/cephfs`)?

Thanks in advance

Cheers

Dulux-Oz


_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others
  2024-08-23 10:17 [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others duluxoz
@ 2024-08-24  6:33 ` Alwin Antreich via pve-user
  2024-08-24  6:39   ` duluxoz
  0 siblings, 1 reply; 3+ messages in thread
From: Alwin Antreich via pve-user @ 2024-08-24  6:33 UTC (permalink / raw)
  To: duluxoz; +Cc: Alwin Antreich, pve-user

[-- Attachment #1: Type: message/rfc822, Size: 5160 bytes --]

From: Alwin Antreich <alwin@antreich.com>
To: duluxoz@gmail.com
Cc: pve-user@lists.proxmox.com
Subject: Re: [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others
Date: Sat, 24 Aug 2024 08:33:40 +0200
Message-ID: <EA71752A-F75B-447A-8021-8AE060D84EE5@antreich.com>

On August 23, 2024 12:17:09 PM GMT+02:00, duluxoz <duluxoz@gmail.com> wrote:
>Hi All,
>
>Sorry for the stupid Qs, but I'm missing something (probably obvious).
>
>Now that I've got a Ceph Cluster running on my Proxmox Cluster (ie hyper-converged) with a CephFS installation, how do I connect to the CephFS from another host? The same as a normal (External) Ceph Cluster (which I also have on the network)?
You'll need to make sure all ceph services are accessible from the external network. A cephfs client needs to talk to all services in a ceph cluster.

>Also, if I wanted to connect a Proxmox Node to a sub-folder of the Hyper-Converged Ceph Cluster *without* specifying it was for ISOs, etc - just as a plain old data/file store, how do I do that - also the same as a normal (External) Ceph Cluster sub-folder (ie I've created a folder on the Hyper-Converged Ceph Cluster call `my_folder` and I want to mount that at `/mnt/my_folder` (via /etc/fstab) along side the existing `/mnt/pve/cephfs`)?
See here.
https://docs.ceph.com/en/latest/cephfs/mount-using-kernel-driver/

Cheers,
Alwin 

Hi,


[-- Attachment #2: Type: text/plain, Size: 157 bytes --]

_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others
  2024-08-24  6:33 ` Alwin Antreich via pve-user
@ 2024-08-24  6:39   ` duluxoz
  0 siblings, 0 replies; 3+ messages in thread
From: duluxoz @ 2024-08-24  6:39 UTC (permalink / raw)
  To: Proxmox VE user list


On 24/8/24 16:33, Alwin Antreich via pve-user wrote:
> On August 23, 2024 12:17:09 PM GMT+02:00, duluxoz<duluxoz@gmail.com>  wrote:
>> Hi All,
>>
>> Sorry for the stupid Qs, but I'm missing something (probably obvious).
>>
>> Now that I've got a Ceph Cluster running on my Proxmox Cluster (ie hyper-converged) with a CephFS installation, how do I connect to the CephFS from another host? The same as a normal (External) Ceph Cluster (which I also have on the network)?
> You'll need to make sure all ceph services are accessible from the 
> external network. A cephfs client needs to talk to all services in a 
> ceph cluster.
>> Also, if I wanted to connect a Proxmox Node to a sub-folder of the Hyper-Converged Ceph Cluster*without*  specifying it was for ISOs, etc - just as a plain old data/file store, how do I do that - also the same as a normal (External) Ceph Cluster sub-folder (ie I've created a folder on the Hyper-Converged Ceph Cluster call `my_folder` and I want to mount that at `/mnt/my_folder` (via /etc/fstab) along side the existing `/mnt/pve/cephfs`)?
> See here. 
> https://docs.ceph.com/en/latest/cephfs/mount-using-kernel-driver/
>
> Cheers,
> Alwin 

So basically the same as with an external Ceph Cluster - cool

Thank you
_______________________________________________
pve-user mailing list
pve-user@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-user


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-08-24  6:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-23 10:17 [PVE-User] Mounting Hyper-Converged Ceph Sub-Folders To Proxmox Nodes & Others duluxoz
2024-08-24  6:33 ` Alwin Antreich via pve-user
2024-08-24  6:39   ` duluxoz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal