The Samba-Bugzilla – Attachment 10342 Details for
Bug 10867
vfs ceph ignores "max disk size" option [patch]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vfs_ceph max disk size support
ceph-maxdisksize.patch (text/plain), 458 bytes, created by
Denis Kaganovich
on 2014-10-10 15:57:31 UTC
(
hide
)
Description:
vfs_ceph max disk size support
Filename:
MIME Type:
Creator:
Denis Kaganovich
Created:
2014-10-10 15:57:31 UTC
Size:
458 bytes
patch
obsolete
>--- a//source3/modules/vfs_ceph.c 2013-12-05 12:16:48.000000000 +0300 >+++ b/source3/modules/vfs_ceph.c 2014-08-25 14:36:21.000000000 +0300 >@@ -171,6 +171,7 @@ > *dsize = statvfs_buf.f_bsize * statvfs_buf.f_blocks; > DEBUG(10, ("[CEPH] bsize: %llu, dfree: %llu, dsize: %llu\n", > llu(*bsize), llu(*dfree), llu(*dsize))); >+ disk_norm(small_query, bsize, dfree, dsize); > return *dfree; > } else { > DEBUG(10, ("[CEPH] ceph_statfs returned %d\n", ret));
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 10867
: 10342