~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to xlators/cluster/afr/src/afr-self-heal-algorithm.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-06-26 21:00:42 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110626210042-ps1aim0cwz06tkx1
Tags: 3.2.1-1
* New upstream release.
  - Refresh patch 02-spelling-error.
* Wrap dependencies.
* Merge libglusterfs0 and libglusterfs-dev package to glusterfs-common.
  Closes: #630147
* Use python-module.mk and remove useless python bytecode files.
  Closes: #630146

Show diffs side-by-side

added added

removed removed

Lines of Context:
158
158
        LOCK (&sh_frame->lock);
159
159
        {
160
160
                if (op_ret == -1) {
161
 
                        gf_log (this->name, GF_LOG_INFO,
 
161
                        gf_log (this->name, GF_LOG_ERROR,
162
162
                                "write to %s failed on subvolume %s (%s)",
163
163
                                sh_local->loc.path,
164
164
                                priv->children[child_index]->name,
212
212
                op_ret, sh_local->loc.path, offset);
213
213
 
214
214
        if (op_ret <= 0) {
215
 
                gf_log (this->name, GF_LOG_INFO,
 
215
                gf_log (this->name, GF_LOG_ERROR,
216
216
                        "read from %s failed on subvolume %s (%s)",
217
217
                        sh_local->loc.path,
218
218
                        priv->children[sh->source]->name,
601
601
        LOCK (&sh_frame->lock);
602
602
        {
603
603
                if (op_ret == -1) {
604
 
                        gf_log (this->name, GF_LOG_INFO,
 
604
                        gf_log (this->name, GF_LOG_ERROR,
605
605
                                "write to %s failed on subvolume %s (%s)",
606
606
                                sh_local->loc.path,
607
607
                                priv->children[child_index]->name,