]>
git.apps.os.sepia.ceph.com Git - ceph.git/log
Yehuda Sadeh [Mon, 23 Mar 2009 23:43:07 +0000 (16:43 -0700)]
kclient: less verbose
Sage Weil [Tue, 24 Mar 2009 19:15:38 +0000 (12:15 -0700)]
mkcephfs: fix monmap/osdmap copying
Sage Weil [Tue, 24 Mar 2009 18:56:59 +0000 (11:56 -0700)]
mds: fix fs creation, replay
Include mydir in subtree map, and journal it on mkfs. Invent
root inode during replay as needed (it will get rejoined).
Sage Weil [Tue, 24 Mar 2009 18:18:52 +0000 (11:18 -0700)]
kclient: locally open file based on what MDS thinks we want, not what we still want
As long as we have our interest in the caps still registered with
the MDS, we can do a local open. Checking what we currently still
want is only helpful if the same file still is open by another
process or something. Now, we can do a local open on a close +
wait + reopen, as long as we haven't done a cap release yet.
Sage Weil [Tue, 24 Mar 2009 18:17:16 +0000 (11:17 -0700)]
kclient: properly maintain mds_wanted value
Keep track of what wanted caps we have registered with the mds.
Sage Weil [Tue, 24 Mar 2009 18:14:48 +0000 (11:14 -0700)]
mds: put pending (not added) caps in reply caps
Otherwise the client thinks it had fewer caps than it has.
Sage Weil [Tue, 24 Mar 2009 17:01:48 +0000 (10:01 -0700)]
kclient: do not retain unEXPIREABLE caps if !wanted
Sage Weil [Tue, 24 Mar 2009 17:00:53 +0000 (10:00 -0700)]
kclient: schedule check_caps if unwanted, unEXPIREABLE caps are issued by the mds
Sage Weil [Tue, 24 Mar 2009 02:57:59 +0000 (19:57 -0700)]
todos
Sage Weil [Tue, 24 Mar 2009 02:57:51 +0000 (19:57 -0700)]
kclient: debugfs cleanups
Sage Weil [Mon, 23 Mar 2009 23:49:22 +0000 (16:49 -0700)]
common: reorder config option parsing vs defaults for daemonization
Sage Weil [Mon, 23 Mar 2009 23:04:51 +0000 (16:04 -0700)]
mds: fix xlock authpinning
Remove extra auth_pin call.. we pin when going from LOCK
to LOCK_XLOCK.
Sage Weil [Mon, 23 Mar 2009 22:56:36 +0000 (15:56 -0700)]
kclient: adjust makefile, patch series for sysfs->debugfs
Sage Weil [Mon, 23 Mar 2009 22:40:16 +0000 (15:40 -0700)]
monclient: fix error message to suggest correct arg (-c not -C)
Sage Weil [Mon, 23 Mar 2009 22:39:58 +0000 (15:39 -0700)]
makefile: add new files
Yehuda Sadeh [Mon, 23 Mar 2009 22:49:20 +0000 (15:49 -0700)]
kclient: remove sysfs stuff
Yehuda Sadeh [Mon, 23 Mar 2009 22:43:01 +0000 (15:43 -0700)]
kclient: put all info stuff in debugfs
Sage Weil [Mon, 23 Mar 2009 22:22:59 +0000 (15:22 -0700)]
todo
Sage Weil [Mon, 23 Mar 2009 22:22:46 +0000 (15:22 -0700)]
crun: remove bashisms
Sage Weil [Mon, 23 Mar 2009 22:17:21 +0000 (15:17 -0700)]
initscript: make crun/valgrind init arguments override conf
Sage Weil [Mon, 23 Mar 2009 22:14:51 +0000 (15:14 -0700)]
osd: only set mtime if non-zero
This lets you do things like lock or post-truncate without
changing the mtime.
Sage Weil [Mon, 23 Mar 2009 22:13:54 +0000 (15:13 -0700)]
objecter: provide mtime for writes
Sage Weil [Mon, 23 Mar 2009 21:48:39 +0000 (14:48 -0700)]
kclient: set mtime on writes
Since we don't track per-page dirty timestamps or anything like
that, we just use the inode mtime for writeback, and the current
time for sync writes.
Sage Weil [Mon, 23 Mar 2009 21:41:33 +0000 (14:41 -0700)]
debian: which gcc/g++, not fixed at 4.1
Sage Weil [Mon, 23 Mar 2009 21:40:35 +0000 (14:40 -0700)]
osd: set mtime based on client-provided timestamp
Ideally, this should be the time the data was dirtied (i.e. when
the write logically occured, as opposed to when it was written
back).
Sage Weil [Mon, 23 Mar 2009 21:07:58 +0000 (14:07 -0700)]
mds: rejoin dirfragtreelock too
We need to rejoin _all_ scatterlocks.
Sage Weil [Mon, 23 Mar 2009 20:55:29 +0000 (13:55 -0700)]
fakefuse: fix common_init call
Sage Weil [Mon, 23 Mar 2009 18:58:06 +0000 (11:58 -0700)]
mds: fix xlock behavior
We need to insert a gather from lock->xlock and xlockdone->xlock.
So, we add a PREXLOCK state, so that we go lock->prexlock->xlock.
Adjust auth_pin rules accordingly (it is unfortunately a bit wonky,
since the PREXLOCK gathered-to state is still deemed 'unstable').
Sage Weil [Mon, 23 Mar 2009 18:43:10 +0000 (11:43 -0700)]
mds: properly check xlocker caps
Sage Weil [Mon, 23 Mar 2009 17:59:54 +0000 (10:59 -0700)]
mds: set xlocks done _before_ setting trace dist
This allows caps on xlocked data to be exposed to the client.
Sage Weil [Mon, 23 Mar 2009 17:59:30 +0000 (10:59 -0700)]
mds: allow caps to be selectively issued to xlockers
This mirrors the exposure of projected updates to the clients that
make them: we also give them an RDCACHE cap on that metadata.
Sage Weil [Mon, 23 Mar 2009 16:35:58 +0000 (09:35 -0700)]
kclient: ceph_open caps check cleanup
Make debug output more helpful. Clean up var names.
Sage Weil [Fri, 20 Mar 2009 23:56:35 +0000 (16:56 -0700)]
mds: restructure mds root directory
Create .ceph/mds%d/{stray/,journal}. Restructure mds creation,
startup, and shutdown procedures to create, import (and populate),
and export the per-mds directory.
Sage Weil [Fri, 20 Mar 2009 23:54:20 +0000 (16:54 -0700)]
mds: make scatterlock flush on mix <-> lock transitions, not just mix <-> sync
Among other things, this fixes up mds (>0) shutdown.
Yehuda Sadeh [Fri, 20 Mar 2009 21:19:27 +0000 (14:19 -0700)]
auth: fix uninitialized variable
Sage Weil [Fri, 20 Mar 2009 21:19:12 +0000 (14:19 -0700)]
mds: add MClientMountAck
Sage Weil [Fri, 20 Mar 2009 19:12:33 +0000 (12:12 -0700)]
config: clean up common_init a bit
Yehuda Sadeh [Fri, 20 Mar 2009 21:04:09 +0000 (14:04 -0700)]
initscripts: add default mount options
Yehuda Sadeh [Fri, 20 Mar 2009 20:54:56 +0000 (13:54 -0700)]
auth: advanced auth config options
Sage Weil [Thu, 19 Mar 2009 23:16:18 +0000 (16:16 -0700)]
kclient: remove renew_from from lease renew message
Keep it in the ceph_dentry_info instead (as is done with the cap
renewals). Much cleaner.
Sage Weil [Thu, 19 Mar 2009 21:36:59 +0000 (14:36 -0700)]
protocol: add mount_ack to client mount protocol
Sage Weil [Thu, 19 Mar 2009 21:35:46 +0000 (14:35 -0700)]
cstring: don't fall over on null initialization
(like std::string does)
Sage Weil [Thu, 19 Mar 2009 18:29:17 +0000 (11:29 -0700)]
debian: description updates
Sage Weil [Thu, 19 Mar 2009 18:17:42 +0000 (11:17 -0700)]
Revert "mds: make CAP_FILE_RD expireable"
This reverts commit
05752278d46fe5776d54d3b58f8c8a88e67a2179 .
Caused dbench performance regression.. everything got all slow!
Sage Weil [Thu, 19 Mar 2009 00:00:03 +0000 (17:00 -0700)]
ceph: ceph_client_ticket
Sage Weil [Wed, 18 Mar 2009 23:45:48 +0000 (16:45 -0700)]
debian: improve description a bit
Sage Weil [Wed, 18 Mar 2009 23:25:39 +0000 (16:25 -0700)]
mds: be sure to issue new caps _without revocation_ from encode_indoestat
Only explicit GRANT caps messages (via issue_caps) can revoke caps.
Thus, be sure to only _add_ bits to _pending. Otherwise our
revocation logic (in issue_caps) gets confused, expecting to see
a revocation ack when a lock state changes.
Sage Weil [Wed, 18 Mar 2009 23:24:14 +0000 (16:24 -0700)]
mds: fix get_caps_liked()
We just want to exclude FILE_RD on directories. ANY_RD includes
RDCACHE.. der.
Sage Weil [Wed, 18 Mar 2009 22:12:32 +0000 (15:12 -0700)]
mkcephfs: create osd_data if it dne
Sage Weil [Wed, 18 Mar 2009 21:56:35 +0000 (14:56 -0700)]
todo
Yehuda Sadeh [Wed, 18 Mar 2009 22:33:33 +0000 (15:33 -0700)]
auth: fix case when mount sections are not defined
Yehuda Sadeh [Wed, 18 Mar 2009 21:44:53 +0000 (14:44 -0700)]
conf: remove some junk
Yehuda Sadeh [Wed, 18 Mar 2009 21:41:46 +0000 (14:41 -0700)]
auth: added basic client ip authorization
Sage Weil [Wed, 18 Mar 2009 21:53:10 +0000 (14:53 -0700)]
mds: do not issue non-EXPIREABLE|wanted caps
The kclient doesn't currently reliably release unwanted caps, so
make sure we restrict it to EXPIREABLE rdcaps, or wanted bits.
Avoid special-casing extra caps issued to client.
Sage Weil [Wed, 18 Mar 2009 21:47:12 +0000 (14:47 -0700)]
kclient: always hit r_safe_callback, even if no callback
ceph_osdc_sync might be waiting on the request.
Sage Weil [Wed, 18 Mar 2009 21:42:37 +0000 (14:42 -0700)]
debian: fix changelog/version
Sage Weil [Wed, 18 Mar 2009 21:20:37 +0000 (14:20 -0700)]
osd: fix osdmap timestamp updates; rename
Sage Weil [Wed, 18 Mar 2009 21:22:30 +0000 (14:22 -0700)]
mds: add mdsmap modified stamp
Sage Weil [Wed, 18 Mar 2009 21:04:37 +0000 (14:04 -0700)]
mds: make scatter_nudge a bit more robust
We may have a dirty lock that is already LOCK. That may not be
what we want in the first place :/, but to ensure we make progress,
we should SYNC the lock. If it doesn't re-LOCK on it's own, the
next nudge should do it.
Sage Weil [Wed, 18 Mar 2009 21:03:26 +0000 (14:03 -0700)]
mds: add lookup mds op name
Sage Weil [Wed, 18 Mar 2009 20:46:23 +0000 (13:46 -0700)]
todo
Sage Weil [Wed, 18 Mar 2009 20:46:04 +0000 (13:46 -0700)]
mds: remember scatter requests
We want to make sure a REQSCATTER is remembered the next time we
reconsider the lock state, even if it arrives when the lock is
unstable (say, during EXCL->LOCK or some other transition that
won't affect the replica state and elicit a new REQSCATTER).
Sage Weil [Wed, 18 Mar 2009 20:38:53 +0000 (13:38 -0700)]
mds: don't automatically bump dir locks to loner if it's a subtree root
If it's a subtree root, we don't want to automatically bump the
filelock to loner. That way the subtree auth can modify subtree
root dir without bouncing excl caps back and forth with the client.
Sage Weil [Wed, 18 Mar 2009 20:36:00 +0000 (13:36 -0700)]
mds: fix ->mix lock transition
Bcast to replicas if we have nothing to gather in file_mixed().
Sage Weil [Wed, 18 Mar 2009 20:18:04 +0000 (13:18 -0700)]
kclient: drop unused r_expected_cap
We should embed the first cap in the inode. And preallocate
more aggressively for all ops?
Sage Weil [Wed, 18 Mar 2009 20:14:44 +0000 (13:14 -0700)]
mds: show laggy status in map summary
Sage Weil [Wed, 18 Mar 2009 19:57:58 +0000 (12:57 -0700)]
initscripts: remove bash-isms so they work with dash
(Ubuntu uses dash for /bin/sh.)
Sage Weil [Wed, 18 Mar 2009 18:02:30 +0000 (11:02 -0700)]
config: fix warnings
config.cc: In function 'int conf_read_key(const char*, const char*, opt_type_t, void*, void*)':
config.cc:893: warning: passing NULL to non-pointer argument 4 of 'int ConfFile::read(const char*, const char*, bool*, bool)'
config.cc:896: warning: passing NULL to non-pointer argument 4 of 'int ConfFile::read(const char*, const char*, int*, int)'
config.cc:899: warning: passing NULL to non-pointer argument 4 of 'int ConfFile::read(const char*, const char*, float*, float)'
config.cc:902: warning: passing NULL to non-pointer argument 4 of 'int ConfFile::read(const char*, const char*, double*, double)'
Sage Weil [Wed, 18 Mar 2009 17:57:31 +0000 (10:57 -0700)]
todo
Sage Weil [Wed, 18 Mar 2009 17:44:49 +0000 (10:44 -0700)]
mds: make CAP_FILE_RD expireable
Sage Weil [Wed, 18 Mar 2009 17:44:25 +0000 (10:44 -0700)]
kclient: handle cap renew message
Sage Weil [Tue, 17 Mar 2009 23:47:40 +0000 (16:47 -0700)]
kclient: renew old rdcaps when we use them
Sage Weil [Tue, 17 Mar 2009 23:47:00 +0000 (16:47 -0700)]
kclient: choose cap op in check_caps, no __send_cap
Sage Weil [Tue, 17 Mar 2009 23:45:49 +0000 (16:45 -0700)]
config: allow arithmetic in default conf values in config.cc
Sage Weil [Wed, 18 Mar 2009 17:44:02 +0000 (10:44 -0700)]
kclient: adjust rdcaps status in cap grant
Sage Weil [Tue, 17 Mar 2009 23:09:32 +0000 (16:09 -0700)]
kclient: shift some work out of __send_cap back to ceph_check_caps
Sage Weil [Wed, 18 Mar 2009 17:11:30 +0000 (10:11 -0700)]
mds: clean up rdcap list handling a bit, show rdcap status in debug
Sage Weil [Tue, 17 Mar 2009 22:40:01 +0000 (15:40 -0700)]
mds: process cap RENEW
Sage Weil [Tue, 17 Mar 2009 22:27:45 +0000 (15:27 -0700)]
kclient: factor out directory content lease/cap check
Sage Weil [Wed, 18 Mar 2009 17:25:10 +0000 (10:25 -0700)]
kclient: fix trim_session_rdcaps
It wasn't breaking out of the loop.
Sage Weil [Tue, 17 Mar 2009 22:21:22 +0000 (15:21 -0700)]
kclient: less noisy
Sage Weil [Tue, 17 Mar 2009 21:59:38 +0000 (14:59 -0700)]
mds: reverse rename arg order when migrating or reintegrating strays
Rename order was reverse back in
440a84fd876e1edfb71ee7d778248e1807f8c9c2 .
Sage Weil [Tue, 17 Mar 2009 21:48:53 +0000 (14:48 -0700)]
kclient: use LOOKUP op for lookup
Sage Weil [Tue, 17 Mar 2009 21:48:45 +0000 (14:48 -0700)]
mds: create explicit LOOKUP operation
Functionally equivalent to LSTAT.
Sage Weil [Tue, 17 Mar 2009 21:45:33 +0000 (14:45 -0700)]
kclient: merge and simplify ceph_lookup, ceph_do_lookup
Ceph_lookup was the only remaining caller.
Sage Weil [Tue, 17 Mar 2009 21:39:43 +0000 (14:39 -0700)]
kclient: a bit more verbose about ?time changes
Sage Weil [Tue, 17 Mar 2009 21:39:14 +0000 (14:39 -0700)]
kclient: fix ceph_caps_issued_mask
It was checking for ANY caps, not ALL caps.
Sage Weil [Tue, 17 Mar 2009 21:38:50 +0000 (14:38 -0700)]
kclient: disentangle getattr from lookup
This simplifies callers (who otherwise have to juggle a dentry
splice). And paves the way for a cleaner, more explicit
lookup-only path.
Sage Weil [Tue, 17 Mar 2009 20:19:14 +0000 (13:19 -0700)]
mds: return NXIO for open on special files
Sage Weil [Tue, 17 Mar 2009 20:04:18 +0000 (13:04 -0700)]
mds: flush mdlog for time sensitive ops
Sage Weil [Tue, 17 Mar 2009 20:04:06 +0000 (13:04 -0700)]
mds: flush log on talbeserver prepare, but not commit or server_update
Sage Weil [Tue, 17 Mar 2009 19:54:03 +0000 (12:54 -0700)]
kclient: fix file refs vs special files
Special inodes get their own fops, so we don't get a ceph_release
call. Therefore, we need to drop any fmode refs we took in
ceph_init_file for those files (that is, any file where we don't
have i_fop->release set to ceph_release).
Add some BUG_ON's to ensure as much.
Sage Weil [Tue, 17 Mar 2009 19:18:52 +0000 (12:18 -0700)]
kclient: fix lookup open intent
Lookup is only called on a null dentry; no need to check for
special files here.
Sage Weil [Tue, 17 Mar 2009 18:30:33 +0000 (11:30 -0700)]
kclient: add osd sync that will flush all open osd requests
Important for flushing sync write uncommitted requests on syncfs
(or shutdown).
Sage Weil [Tue, 17 Mar 2009 18:29:36 +0000 (11:29 -0700)]
kclient: fix osd request kicking
Requests weren't getting kicked if the osd was the same but the
osd addr changed (i.e. osd restart).
Sage Weil [Tue, 17 Mar 2009 18:04:02 +0000 (11:04 -0700)]
filestore: allow commit interval to be adjusted at runtime
Sage Weil [Tue, 17 Mar 2009 17:26:16 +0000 (10:26 -0700)]
configure: check for histedit.h (libedit-dev)
Yehuda Sadeh [Tue, 17 Mar 2009 18:09:18 +0000 (11:09 -0700)]
kclient: fix statfs sysfs entries init/cleanup
Sage Weil [Tue, 17 Mar 2009 17:18:51 +0000 (10:18 -0700)]
todo: mds
Sage Weil [Tue, 17 Mar 2009 17:18:35 +0000 (10:18 -0700)]
mds: make mds_short_reply_trace tunable