Revision: 14250 Author: adrian.chadd Date: Tue Jul 28 03:42:27 2009 Log: Use stripePath() to get the actual stripe path rather than SD->path.
http://code.google.com/p/lusca-cache/source/detail?r=14250 Modified: /branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c ======================================= --- /branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c Sun Jul 26 20:14:38 2009 +++ /branches/LUSCA_HEAD/src/fs/coss/store_rebuild_coss.c Tue Jul 28 03:42:27 2009 @@ -261,7 +261,7 @@ args[0] = Config.Program.coss_log_build; args[1] = "rebuild"; - args[2] = SD->path; + args[2] = stripePath(SD); args[3] = block_size; args[4] = stripe_size; args[5] = num_stripes; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "lusca-commit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lusca-commit?hl=en -~----------~----~----~----~------~----~------~--~---
