Mark Hindley <[email protected]>
to [email protected]
.
Full text available.Received: (at 332) by bugs.devuan.org; 16 Feb 2023 15:39:05 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Thu, 16 Feb 2023 15:39:05 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id sP4oGBRO7mOPTwAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Thu, 16 Feb 2023 15:39:00 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 598ACA0; Thu, 16 Feb 2023 15:39:00 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 0BEF723 for <[email protected]>; Thu, 16 Feb 2023 15:38:59 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pSgLa-0006Tz-8I; Thu, 16 Feb 2023 15:38:58 +0000 Received: (nullmailer pid 16804 invoked by uid 1000); Thu, 16 Feb 2023 15:38:58 -0000 Date: Thu, 16 Feb 2023 15:38:58 +0000 From: Mark Hindley <[email protected]> To: Geoffray Levasseur <[email protected]>, [email protected] Subject: Re: bug#332: CephFS in fstab Message-ID: <[email protected]> References: <2559382.rRp93VLO8l@pc-levasseur> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2559382.rRp93VLO8l@pc-levasseur> X-Debbugs-No-Ack: No Thanks Control: tags -1 moreinfo Geoffray, Sorry for the slow response to this. On Tue, Jun 11, 2019 at 12:48:33PM +0000, Geoffray Levasseur wrote: > Package: ceph-fs-common > Version: 10.2.11-2 > > Hi, > > I'm running CephFS filesystem on Proxmox servers. Virtual machines runs Devuan > ASCII or Devuan Beowulf. Almost all the virtual machines will need access to a > CephFS storage, and services like Apache or nsd will require access to CephFS > to run. > > So I've put CephFS entry in fstab with an existing mount point not forgetting > the _netdev option. Manual mount with "mount /mountpoint" works just > perfectly. Please could you share the fstab entry you have? Thanks Mark
[email protected], [email protected]
:bug#332
; Package ceph-fs-common
.
Full text available.Received: (at submit) by bugs.devuan.org; 11 Jun 2019 10:50:05 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Tue, 11 Jun 2019 12:50:05 +0200 (CEST) Received: from smtp-out1.legos.obs-mip.fr (smtp-out1.legos.obs-mip.fr [195.220.93.51]) by vm6.ganeti.dyne.org (Postfix) with ESMTP id 09A59F60EB8 for <[email protected]>; Tue, 11 Jun 2019 12:48:34 +0200 (CEST) Received: from smtp.legos.obs-mip.fr (smtp.legos.obs-mip.fr [10.6.101.60]) by smtp-out1.legos.obs-mip.fr (Postfix) with ESMTP id 70ECC9962 for <[email protected]>; Tue, 11 Jun 2019 12:48:33 +0200 (CEST) Received: from pc-levasseur.localnet (pc-levasseur.legos.obs-mip.fr [10.3.1.52]) by smtp.legos.obs-mip.fr (Postfix) with ESMTPS id 6C0A9449 for <[email protected]>; Tue, 11 Jun 2019 12:48:33 +0200 (CEST) From: Geoffray Levasseur <[email protected]> To: [email protected] Subject: CephFS in fstab Date: Tue, 11 Jun 2019 12:48:33 +0000 Message-ID: <2559382.rRp93VLO8l@pc-levasseur> Organization: LEGOS User-Agent: KMail/4.14.1 (Linux/4.9.0-0.bpo.6-amd64; KDE/4.14.2; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Status: No, score=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=disabled version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on tupac3.dyne.org Package: ceph-fs-common Version: 10.2.11-2 Hi, I'm running CephFS filesystem on Proxmox servers. Virtual machines runs Devuan ASCII or Devuan Beowulf. Almost all the virtual machines will need access to a CephFS storage, and services like Apache or nsd will require access to CephFS to run. So I've put CephFS entry in fstab with an existing mount point not forgetting the _netdev option. Manual mount with "mount /mountpoint" works just perfectly. At start-up, the mount is not done and services that depends on it are failing to start. I had the same issue with GlusterFS. NFS in an other hand works perfectly, thanks to a dedicated script called (as far as I remember) nfs-mount in /etc/init.d. I think the nfs-mount startup script should be renamed net-mount and any _netdev optioned entry in fstab should be mounted by it. Elsewhere, other network filesystem should come with dedicated mount script or a sample script in documentation. Thank you, -- Geoffray Levasseur Technicien UPS - UMR CNRS 5566 / LEGOS - Service Informatique <[email protected]> <[email protected]> http://www.geoffray-levasseur.org/ GNU/PG public key : C89E D6C4 8BFC C9F2 EEFB 908C 89C2 CD4D CD9E 23AA Quod gratis asseritur gratis negatur.
Geoffray Levasseur <[email protected]>
:[email protected]
.
Full text available.[email protected], [email protected]
:bug#332
; Package ceph-fs-common
.
Full text available.Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Sat, 18 Jan 2025 04:39:02 UTC