search for: 4de8

Displaying 13 results from an estimated 13 matches for "4de8".

Did you mean: 4d88
2018 Apr 27
1
Re: [PATCH v5 2/3] daemon: list-filesystems: Don't list partitions which cannot hold file system.
...8-3311714A69AD" -> Optgroups.ldm_available () Why does the result depend on Optgroups.ldm_available ()? > + (* Microsoft Reserved Partition. *) > + | "E3C9E316-0B5C-4DB8-817D-F92DF00215AE" -> true > + (* Windows Snapshot Partition. *) > + | "CADDEBF1-4400-4DE8-B103-12117DCF3CCF" -> true You can combine the right hand sides of multiple matches, which helps the pattern match optimizer in the compiler, eg: (* Microsoft Reserved Partition. *) | "E3C9E316-0B5C-4DB8-817D-F92DF00215AE" (* Windows Snapshot Partition. *) | "CADDEB...
2018 Apr 27
4
[PATCH v5 0/3] libguestfs: guestfs_list_filesystems: skip block devices which cannot hold file system
This patch series: 1. Addresses comments from last review: part_get_mbr_part_type doesn't break original implementation in C. 2. Rebased on top of master and little bit refactored for readability. Mykola Ivanets (1): tests: md: Test guestfish list-filesystems command skips partitioned md devices. Nikolay Ivanets (2): daemon: Reimplement 'part_get_mbr_part_type' API in
2018 Apr 27
0
[PATCH v5 2/3] daemon: list-filesystems: Don't list partitions which cannot hold file system.
...ices (just as partitioned physical devices are filtered out). 2. Extended MBR partitions. 3. LDM Partitions (MBR and GPT partitions used by Windows Logical Disk Manager). 4. Microsoft Reserved Partitions (GUID E3C9E316-0B5C-4DB8-817D-F92DF00215AE). 5. Windows Snapshot Partitions (GUID CADDEBF1-4400-4DE8-B103-12117DCF3CCF). --- daemon/listfs.ml | 130 +++++++++++++++++++++++++++++------------------ 1 file changed, 81 insertions(+), 49 deletions(-) diff --git a/daemon/listfs.ml b/daemon/listfs.ml index 56ebadeda..5499bacb2 100644 --- a/daemon/listfs.ml +++ b/daemon/listfs.ml @@ -25,39 +25,18 @@ le...
2018 May 02
6
[PATCH v7 0/6] daemon: list_filesystems: filter out block devices which cannot hold filesystem.
This patch series addresses comments after v6 series review. Mykola Ivanets (6): daemon: Changing the way that we detect if a device contains partitions. daemon: list-filesystems: Ignore partitioned MD devices. tests: list-filesystems command ignores partitioned MD devices. daemon: list-filesystems: Change the way we filter out LDM partitions. daemon: list-filesystems: Filter out
2018 May 01
9
[PATCH v6 0/7] daemon: list_filesystems: filter out block devices which cannot hold filesystem
This patch series: 1. Addresses comments from v5 series review 2. Large commit is splitted to more granular commits for better code review. Mykola Ivanets (6): daemon: Changing the way that we detect if a device contains partitions. daemon: list-filesystems: Ignore partitioned MD devices. tests: list-filesystems command ignores partitioned MD devices. daemon: list-filesystems: Change
2018 Jun 01
7
[PATCH v8 0/6] daemon: list_filesystems: filter out block devices which cannot hold filesystem.
v8: - Rebased on top of master. v7: - Addresses comments after v6 series review. v6: - Addresses comments after v5 series review. - Large commit is splitted to more granular commits for better code review. v5: - Addresses comments after v4 series review (part_get_mbr_part_type doesn't break original implementation in C). - Rebased on top of master and little bit refactored for
2018 May 01
0
[PATCH v6 7/7] daemon: list-ilesystems: Filter out MBR extended partitions.
...and is_partition_can_hold_filesystem partition = let device = Devsparts.part_to_dev partition in @@ -106,10 +106,17 @@ and is_partition_can_hold_filesystem partition = | "E3C9E316-0B5C-4DB8-817D-F92DF00215AE" (* Windows Snapshot Partition. *) | "CADDEBF1-4400-4DE8-B103-12117DCF3CCF" -> false - | _ -> true + | _ -> not (is_mbr_extended parttype device partnum) ) else true +and is_mbr_extended parttype device partnum = + if parttype = "msdos" then ( + let mbr_type = Parted.part_get_mbr_part_type device partnum in +...
2008 Aug 11
0
Found unknown media description format
...rtpmap:117 red/8000 a=rtpmap:100 EG711U/8000 a=rtpmap:101 EG711A/8000 a=rtpmap:105 CN/16000 a=rtpmap:106 telephone-event/8000 a=fmtp:106 0-16 a=sendrecv <-------------> --- (16 headers 33 lines) --- Sending to 87.236.144.9 : 5060 (no NAT) Using INVITE request as basis request - 0c49de60-1f17-4de8-aa0b-ae3f7b7527b9 Found no matching peer or user for 'xx.xx.xx.xx:5060' Found RTP audio format 103 Found RTP audio format 18 Found RTP audio format 102 Found RTP audio format 0 Found RTP audio format 8 Found RTP audio format 97 Found RTP audio format 119 Found RTP audio format 117 Found RTP...
2016 Nov 21
2
Winbind traffic not encrypted
...0....... 16:37:05.557941 IP 192.168.56.32.389 > 192.168.56.33.49418: Flags [P.], seq 547:1731, ack 3106, win 313, options [nop,nop,TS val 5433981 ecr 5433980], length 1184 0x0000: 4500 04d4 558c 4000 4006 ef05 c0a8 3820 E...U. at .@.....8. 0x0010: c0a8 3821 0185 c10a 6f87 c209 4279 4de8 ..8!....o...ByM. 0x0020: 8018 0139 f658 0000 0101 080a 0052 ea7d ...9.X.......R.} 0x0030: 0052 ea7c 0000 049c 0504 05ff 000c 000c .R.|............ 0x0040: 0000 0000 2362 f4c9 1ccd 3b10 bc84 b8b3 ....#b....;..... 0x0050: 7f15 2d41 3082 0449 0201 0664 8204 4204 ..-A0..I...d..B...
2018 Jan 14
0
Volume can not write to data if this volume quota limits capacity and mount itself volume on arm64(aarch64) architecture
...r,max_read=131072) [root at f08n25glusterfs]# gluster volume status Status of volume: test_vol Gluster process TCP Port RDMA Port Online Pid ------------------------------------------------------------------------------ Brick 10.33.0.30:/data/gluster/11ddcbb9-069 c-4de8-b3c1-cb11c9c1f770/test_vol 49210 0 Y 17870 ...... NFS Server on localhost 2049 0 Y 78928 Self-heal Daemon on localhost N/A N/A Y 78935 Quota Daemon on localhost N/A N/A...
2017 Oct 26
0
not healing one file
Hey Richard, Could you share the following informations please? 1. gluster volume info <volname> 2. getfattr output of that file from all the bricks getfattr -d -e hex -m . <brickpath/filepath> 3. glustershd & glfsheal logs Regards, Karthik On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote: > On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it does diagnose any issues in setup. Currently you may have to run it in all the three machines. On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote: > Thanks for this report. This week many of the developers are at Gluster > Summit in Prague, will be checking this and respond next
2017 Oct 26
2
not healing one file
...8DDB57B668DA31E (9901a154-32b0-4b0b-960f-882f50fbc2da) on home-client-2 [2017-10-25 10:14:04.550551] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/E7AF89CCEED3C33A4DBBAA9020FE4DBD780960CD (b1d58427-438e-4de8-b0f4-5750fec6fe45) on home-client-2 [2017-10-25 10:14:04.558887] W [MSGID: 108015] [afr-self-heal-entry.c:56:afr_selfheal_entry_delete] 0-home-replicate-0: expunging file a3f5a769-8859-48e3-96ca-60a988eb9358/A707834B689CD44BDCCFB38E201B5DFEB0CE0A45 (1fed0dfc-6691-4668-9f29-1fdd6d4a1b13) on home-cli...