]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/seastore: use correct signature for start()
authorRonen Friedman <rfriedma@redhat.com>
Fri, 3 Apr 2026 10:53:38 +0000 (10:53 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Sun, 5 Apr 2026 10:04:46 +0000 (10:04 +0000)
... in NVMeBlockDevice and ZBDSegmentManager

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/crimson/os/seastore/segment_manager/zbd.h

index 4163991fbec042b8f108c3818d9e5fa117922ca2..4e6976e4eba316b3cd2fcf04ab48564f240ca3df 100644 (file)
@@ -120,7 +120,7 @@ namespace crimson::os::seastore::segment_manager::zbd {
   class ZBDSegmentManager final : public SegmentManager{
   // interfaces used by Device
   public:
-    seastar::future<> start(int shard_nums) final;
+    seastar::future<> start(uint32_t shard_nums) final;
 
     seastar::future<> stop() final;