Skip to content

Commit

Permalink
Actually delete bucket data files
Browse files Browse the repository at this point in the history
I'd made this fix already but neglected to check it in

Change-Id: I255b630b1c4c011a3ea5db2822150c4a9a73e6dd
Reviewed-on: http://review.northscale.com/3127
Tested-by: Steve Yen <steve.yen@gmail.com>
Reviewed-by: Steve Yen <steve.yen@gmail.com>
  • Loading branch information
Sean Lynch authored and steveyen committed Oct 7, 2010
1 parent 118af86 commit 3b5f5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ns_orchestrator.erl
Expand Up @@ -218,7 +218,7 @@ janitor_running(_Event, State) ->
%% Synchronous idle events
idle({create_bucket, BucketType, BucketName, NewConfig}, _From, State) ->
Reply = case ns_bucket:get_bucket(BucketName) of
false ->
not_present ->
%% Delete any leftover files.
rpc:multicall(ns_node_disco:nodes_actual_proper(),
ns_storage_conf,
Expand Down

0 comments on commit 3b5f5f1

Please sign in to comment.