search for: uuid_compar

Displaying 11 results from an estimated 11 matches for "uuid_compar".

Did you mean: uuid_compare
2009 Dec 05
1
Building xfsprogs can't find valid UUID library
...uid.h usability... no checking uuid.h presence... no checking for uuid.h... no checking sys/uuid.h usability... no checking sys/uuid.h presence... no checking for sys/uuid.h... no checking uuid/uuid.h usability... yes checking uuid/uuid.h presence... yes checking for uuid/uuid.h... yes checking for uuid_compare... no checking for uuid_compare in -luuid... no FATAL ERROR: could not find a valid UUID library. Install the Universally Unique Identifiers library package. error: Bad exit status from /var/tmp/rpm-tmp.42904 (%build) However, I found that /lib64/libuuid.so.1.2 (provided by e2fsprogs-libs-1.39-...
2011 Apr 01
1
Node Recovery locks I/O in two-node OCFS2 cluster (DRBD 8.3.8 / Ubuntu 10.10)
...EE17466F4DEC2F8B:6A4CD8FDD0562FA1:EC7831379B78B997 bits:4 > flags:0 > Apr 1 12:07:20 ubu10a kernel: [ 1354.434097] block drbd0: peer > EE17466F4DEC2F8A:0000000000000000:6A4CD8FDD0562FA0:EC7831379B78B997 bits:2048 > flags:2 > Apr 1 12:07:20 ubu10a kernel: [ 1354.434099] block drbd0: uuid_compare()=1 by > rule 70 > Apr 1 12:07:20 ubu10a kernel: [ 1354.434104] block drbd0: peer( Unknown -> > Secondary ) conn( WFReportParams -> WFBitMapS ) > Apr 1 12:07:21 ubu10a kernel: [ 1354.601353] block drbd0: conn( WFBitMapS -> > SyncSource ) pdsk( Outdated -> Inconsistent...
2013 Oct 23
0
[PATCH] btrfs-progs: add filter for deleted but uncleanded subvolumes
...| 4 ++++ cmds-subvolume.c | 8 +++++++- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/btrfs-list.c b/btrfs-list.c index 9411e4d..f3618b9 100644 --- a/btrfs-list.c +++ b/btrfs-list.c @@ -1173,6 +1173,11 @@ static int filter_by_parent(struct root_info *ri, u64 data) return !uuid_compare(ri->puuid, (u8 *)(unsigned long)data); } +static int filter_deleted(struct root_info *ri, u64 data) +{ + return ri->deleted; +} + static btrfs_list_filter_func all_filter_funcs[] = { [BTRFS_LIST_FILTER_ROOTID] = filter_by_rootid, [BTRFS_LIST_FILTER_SNAPSHOT_ONLY] = filter_snapshot,...
2012 Mar 28
2
patch for OSX
Attached is a patch to make sshd work on OSX when using plain ol' Kerberos authentication as opposed to opendirectory authentication. Cheers, Nick -------------------------------------------------------------------------- NOTICE: Morgan Stanley is not acting as a municipal advisor and the opinions or views contained herein are not intended to be, and do not constitute, advice within the
2012 Jul 04
0
kernel panic on redhat 5-7 x64
...10:58:53 web1 kernel: block drbd0: self A69EE0FA8CB9B85D:C9BABEF0844508EB:2F0151CEDDA9713A:2F0051CEDDA9713B bits:466 flags:0 Jul 3 10:58:53 web1 kernel: block drbd0: peer 3ED53D15A1945AAF:C9BABEF0844508EB:2F0151CEDDA9713B:2F0051CEDDA9713B bits:49 flags:0 Jul 3 10:58:53 web1 kernel: block drbd0: uuid_compare()=100 by rule 90 Jul 3 10:58:53 web1 kernel: block drbd0: helper command: /sbin/drbdadm initial-split-brain minor-0 Jul 3 10:58:53 web1 kernel: block drbd0: helper command: /sbin/drbdadm initial-split-brain minor-0 exit code 0 (0x0) Jul 3 10:58:53 web1 kernel: block drbd0: Split-Brain detect...
2010 Aug 14
2
uuid problem while compiling glue
...te' ./.libs/libplumb.so: undefined reference to `uuid_copy' ./.libs/libplumb.so: undefined reference to `uuid_is_null' ./.libs/libplumb.so: undefined reference to `uuid_unparse' ./.libs/libplumb.so: undefined reference to `uuid_clear' ./.libs/libplumb.so: undefined reference to `uuid_compare' collect2: ld returned 1 exit status gmake[2]: *** [ipctest] Error 1 gmake[2]: Leaving directory `/root/Reusable-Cluster-Components-glue-1.0.5/lib/clplumbing' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/root/Reusable-Cluster-Components-glue-1.0.5/lib' make: ***...
2014 Sep 02
1
samba_spnupdate invoked oom-killer
...3564] block drbd1: drbd_sync_handshake: [ 49.753571] block drbd1: self BB16E125AF60AEDC:0000000000000000:30D97136FB1DA7A3:30D87136FB1DA7A3 bits:0 flags:0 [ 49.753576] block drbd1: peer 6365B5AFF049F16D:BB16E125AF60AEDD:30D97136FB1DA7A2:30D87136FB1DA7A3 bits:1 flags:0 [ 49.753580] block drbd1: uuid_compare()=-1 by rule 50 [ 49.753590] block drbd1: peer( Unknown -> Primary ) conn( WFReportParams -> WFBitMapT ) pdsk( DUnknown -> UpToDate ) [ 49.753932] block drbd1: receive bitmap stats [Bytes(packets)]: plain 0(0), RLE 23(1), total 23; compression: 100.0% [ 49.754042] block drbd1: send...
2011 Mar 21
9
Build problem: note: ''xtl_createlogger_stdiostream'' is defined in DSO .. so try adding it to the linker command line... libxenctrl.so.4.0: could not read symbols: Invalid operation
This is a Fedora Core 13 environment and I just noticed this as I update the xen-unstable tree: make -C libxl install make[3]: Entering directory `/home/konrad/ssd/xtt/xen-unstable/tools/libxl'' rm -f _libxl_paths.h.tmp.tmp; echo "SBINDIR=\"/usr/sbin\"" >> _libxl_paths.h.tmp.tmp; echo "BINDIR=\"/usr/bin\"" >> _libxl_paths.h.tmp.tmp;
2013 Oct 25
8
[PATCH] btrfs: add framework to read fs info from btrfs-control
This adds ioctl BTRFS_IOC_GET_FSIDS which reads the fs info through the btrfs-control Signed-off-by: Anand Jain <anand.jain@oracle.com> --- fs/btrfs/super.c | 47 ++++++++++++++++++++++++++++++++++++++----- fs/btrfs/volumes.c | 33 ++++++++++++++++++++++++++++++ fs/btrfs/volumes.h | 2 + include/uapi/linux/btrfs.h | 19 +++++++++++++++++ 4 files changed,
2013 Apr 19
8
[PATCH 0 of 8] blktap3/libvhd: Introduce VHD library.
This patch series introduces the VHD library. It is based on the blktap2 one, with changes coming from the blktap2.5 one. Signed-off-by: Thanos Makatos <thanos.makatos@citrix.com>
2010 Jun 03
2
Tracking down hangs
...2094] block drbd0: drbd_sync_handshake: [ 58.952094] block drbd0: self 19E7AFE5788793A0:0000000000000000:8E425F0092DD9387:498BBCEDBE36C105 bits:0 flags:0 [ 58.952094] block drbd0: peer 90A6FA0792E86F85:19E7AFE5788793A1:8E425F0092DD9387:498BBCEDBE36C105 bits:1 flags:0 [ 58.952094] block drbd0: uuid_compare()=-1 by rule 5 [ 59.296421] block drbd0: peer( Unknown -> Primary ) conn( WFReportParams -> WFBitMapT ) pdsk( DUnknown -> UpToDate ) [ 59.323287] block drbd0: role( Secondary -> Primary ) [ 59.500412] OCFS2 Node Manager 1.5.0 [ 59.510351] OCFS2 DLM 1.5.0 [ 59.514759] ocfs2:...