[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] [bacula.org] Bacula Community source branch Branch-7.2 updated. 21d41ab027f78db2fdb
From:       git () bacula ! org
Date:       2015-10-30 17:32:01
Message-ID: 20151030173202.5353939B64C () bacula ! bacula ! org
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".

The branch, Branch-7.2 has been updated
       via  21d41ab027f78db2fdb20d296e71edf283bc13cc (commit)
       via  29a5dc13ee8701a137e9b59b4df6d30681523a80 (commit)
       via  ec7383a4028ee7edb5e7d6633d7556aa64e43e68 (commit)
      from  61a8245a2b7eba38053f93f738840b4698fa1313 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 21d41ab027f78db2fdb20d296e71edf283bc13cc
Author: Eric Bollengier <eric@baculasystems.com>
Date:   Fri Oct 30 18:28:16 2015 +0100

    Fix compilation on MacOS

commit 29a5dc13ee8701a137e9b59b4df6d30681523a80
Author: Eric Bollengier <eric@baculasystems.com>
Date:   Sun Oct 18 11:39:00 2015 +0200

    Enhance bvfs performance .bvfs_update for MySQL
    
    Bug reported here:
    https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737821

commit ec7383a4028ee7edb5e7d6633d7556aa64e43e68
Author: Kern Sibbald <kern@sibbald.com>
Date:   Wed Oct 21 16:55:53 2015 -0700

    If we swapped a Volume, clear in_use bit on Volume

-----------------------------------------------------------------------

Summary of changes:
diff --git a/bacula/src/cats/bvfs.c b/bacula/src/cats/bvfs.c
index 3494073..1d4619d 100644
--- a/bacula/src/cats/bvfs.c
+++ b/bacula/src/cats/bvfs.c
@@ -472,6 +472,7 @@ static int update_path_hierarchy_cache(JCR *jcr,
       free(result);
    }
 
+   
    if (mdb->bdb_get_type_index() == SQL_TYPE_SQLITE3) {
       Mmsg(mdb->cmd,
  "INSERT INTO PathVisibility (PathId, JobId) "
diff --git a/bacula/src/filed/acl.c b/bacula/src/filed/acl.c
index ef1ae80..f8c3dd8 100644
--- a/bacula/src/filed/acl.c
+++ b/bacula/src/filed/acl.c
@@ -956,7 +956,7 @@ static bacl_rtn_code darwin_backup_acl_streams(JCR *jcr, FF_PKT *ff_pkt)
 #endif
 
    if (jcr->acl_ctx->content_length > 0) {
-      return send_acl_stream(jcr, STREAM_ACL_DARWIN_ACCESS_ACL);
+      return send_acl_stream(jcr, STREAM_ACL_DARWIN_ACCESS);
    }
    return bacl_rtn_ok;
 }
diff --git a/bacula/src/stored/mount.c b/bacula/src/stored/mount.c
index 0aae19a..a93e0e7 100644
--- a/bacula/src/stored/mount.c
+++ b/bacula/src/stored/mount.c
@@ -620,7 +620,7 @@ void DCR::do_swapping(bool is_writing)
       if (dev->vol) {
          dev->vol->clear_swapping();
          Dmsg1(100, "=== set in_use vol=%s\n", dev->vol->vol_name);
-         dev->vol->set_in_use();
+         dev->vol->clear_in_use();
          dev->VolHdr.VolumeName[0] = 0;  /* don't yet have right Volume */
       } else {
          Dmsg1(100, "No vol on dev=%s\n", dev->print_name());


hooks/post-receive
-- 
Bacula Community source

------------------------------------------------------------------------------
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic