← Back to team overview

enterprise-support team mailing list archive

[Bug 2099928] [NEW] [FFe]: Missing ceph_new vfs module

 

Public bug reported:

While rebasing the Ubuntu changes on the latest debian upload, and
checking the release notes[1] for samba 4.21.0, I noticed that the
ceph_new VFS module is missing.

This module is mentioned in the release notes, and is the future path of
the ceph integration. It should be part of the samba package to allow
users to try it out.

Since it's opt-in, there is no extra risk to include this module. Users
have to explicitly select it to use it, otherwise it just sits there on
disk.

There may be bug fixes that are needed for the module itself in the
future, however, maybe even during the plucky development cycle.


Here is a quick patch (just build tested):

--- a/debian/samba-vfs-ceph.install
+++ b/debian/samba-vfs-ceph.install
@@ -1,4 +1,6 @@
 usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph.so
 usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph_snapshots.so
+usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph_new.so
 usr/share/man/man8/vfs_ceph.8
+usr/share/man/man8/vfs_ceph_new.8
 usr/share/man/man8/vfs_ceph_snapshots.8

1. https://www.samba.org/samba/history/samba-4.21.0.html

** Affects: samba (Ubuntu)
     Importance: Undecided
     Assignee: Andreas Hasenack (ahasenack)
         Status: In Progress

** Affects: samba (Debian)
     Importance: Unknown
         Status: Unknown


** Tags: server-todo

** Bug watch added: Debian Bug tracker #1098670
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098670

** Also affects: samba (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1098670
   Importance: Unknown
       Status: Unknown

** Summary changed:

- Missing ceph_new vfs module
+ [FFe]: Missing ceph_new vfs module

** Description changed:

  While rebasing the Ubuntu changes on the latest debian upload, and
  checking the release notes[1] for samba 4.21.0, I noticed that the
  ceph_new VFS module is missing.
+ 
+ This module is mentioned in the release notes, and is the future path of
+ the ceph integration. It should be part of the samba package to allow
+ users to try it out.
+ 
+ Since it's opt-in, there is no extra risk to include this module. Users
+ have to explicitly select it to use it, otherwise it just sits there on
+ disk.
+ 
+ There may be bug fixes that are needed for the module itself in the
+ future, however, maybe even during the plucky development cycle.
+ 
  
  Here is a quick patch (just build tested):
  
  --- a/debian/samba-vfs-ceph.install
  +++ b/debian/samba-vfs-ceph.install
  @@ -1,4 +1,6 @@
-  usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph.so
-  usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph_snapshots.so
+  usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph.so
+  usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph_snapshots.so
  +usr/lib/${DEB_HOST_MULTIARCH}/samba/vfs/ceph_new.so
-  usr/share/man/man8/vfs_ceph.8
+  usr/share/man/man8/vfs_ceph.8
  +usr/share/man/man8/vfs_ceph_new.8
-  usr/share/man/man8/vfs_ceph_snapshots.8
- 
+  usr/share/man/man8/vfs_ceph_snapshots.8
  
  1. https://www.samba.org/samba/history/samba-4.21.0.html

-- 
You received this bug notification because you are a member of Ubuntu
Server/Client Support Team, which is subscribed to samba in Ubuntu.
Matching subscriptions: Ubuntu Server/Client Support Team
https://bugs.launchpad.net/bugs/2099928

Title:
  [FFe]: Missing ceph_new vfs module

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/samba/+bug/2099928/+subscriptions



Follow ups