Whamcloud - gitweb
Commit OST AMD support to HEAD so we can being running with a common code base.
[fs/lustre-release.git] / lustre / llite / lproc_llite.c
index ccf05f0..d432d1b 100644 (file)
@@ -221,6 +221,7 @@ static int ll_wr_config_update(struct file *file, const char *buffer,
         struct ll_sb_info *sbi = ll_s2sbi(sb);
         ENTRY;
 
+        CWARN("Starting a LOV/OST update !\n");
         RETURN(ll_process_config_update(sbi, 0));
 }