| | | | | |
|---|
1 | err | Failed to get volume size due to volume information check failure.
| 볼륨 정보가 확인되지 않아 볼륨 크기를 얻는데 실패 했습니다. 복제가 정상적으로 동작하지 않습니다. | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2470
|
4 | err | Failed to get bsr device due to no block device is assigned
| block device가 할당되어 있지 않아 block device를 얻는데 실패 했습니다. 복제가 정상적으로 동작하지 않습니다. | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2569
|
5 | err | Failed to get bsr device due to failure to acquire remove lock with status(0x%x)
| remove lock 획득을 실패 했습니다. 복제가 정상적으로 동작하지 않습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr/bsr-kernel-compat/windows/bsr_windows.c:2577
|
6 | err | Unable to resize during resync. disconnecting..
| 동기화 중에 크기를 조정 할 수 없습니다. 연결을 끊습니다. 연결이 종료되어 standalone 상태가 됩니다. | | bsr/bsr-kernel-compat/windows/bsr_windows.c:3249
|
7 | err | Unable to resize in establised state. disconnecting..
| established 상태에서 크기를 조정 할 수 없습니다. 연결을 끊습니다. 연결이 종료되어 standalone 상태가 됩니다. | | bsr/bsr-kernel-compat/windows/bsr_windows.c:3251
|
8 | info | Proceed with volume shutdown. IRQL(%d) device(%ws) Name(%ws)
| 시스템의 shutdown 명령 수신으로 볼륨을 shutdown 합니다. | | bsr/bsr_main.c:4208
|
9 | err | Failed to device create due to device has no disk. error(%d), minor(%d)
| device에 해당하는 디스크가 없어서 device 생성을 실패 했습니다. new-minor 명령을 실패합니다. | | bsr/bsr_main.c:5156
|
10 | info | The capacity of the create device(%p) is max sectors(%llu), size(%llu bytes)
| 생성되는 device의 볼륨 최대 크기 입니다. | | bsr/bsr_main.c:5220
|
11 | err | Failed to flush of local disk due to error %08X
| 디스크 flush를 실패 했습니다. cache 데이터 유실이 발생합니다. | 로그에 출력 된 error 확인이 필요합니다. | bsr/bsr_receiver.c:1266
|
12 | info | Replication volume:%p (%ws) was removed
| 시스템의 remove device 명령 수신으로 복제 볼륨을 제거 합니다. | | bsr-platform/windows/bsrvflt/sub.c:185
|
13 | info | Meta volume:%p (%ws) was removed
| 시스템의 remove device 명령 수신으로 메타 볼륨을 제거 합니다. | | bsr-platform/windows/bsrvflt/sub.c:189
|
15 | info | No dismount. volume(%wZ) already dismounted
| 이미 dismount된 볼륨이므로 dismount 명령을 실행하지 않습니다. | | bsr-platform/windows/bsrvflt/util.c:117
|
16 | info | Unable to open destination volume. status(0x%x)
| 볼륨 열기 실패로 볼륨 flush, dismount 명령 실행을 실패합니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:143
|
17 | info | volume flush failed, but this does not affect behavior. status(0x%x)
| 볼륨 flush 명령을 실패했습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:168
|
18 | info | volume dismount failed, but this does not affect behavior. status(0x%x)
| 볼륨 dismount 명령을 실패했습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:177
|
19 | info | volume(%wZ) dismounted
| 볼륨 dismount 명령을 실행했습니다. | 로그는 dismount가 실패해도 출력됩니다. | bsr-platform/windows/bsrvflt/util.c:180
|
20 | info | No lock. volume(%wZ) already dismounted
| 이미 dismount된 볼륨이므로 dismount 명령을 실행하지 않습니다. | | bsr-platform/windows/bsrvflt/util.c:228
|
21 | info | volume cannot be locked because the volume handle is not obtained. status(0x%x)
| 볼륨 열기 실패로 볼륨 베타적 lock 획득을 실패합니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:253
|
22 | info | volume lock. status(0x%x) &ObjectAttributes(0x%p) hFile(0x%p)
| 볼륨 베타적 lock 획득 명령을 실패했습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:263
|
23 | info | volume(%wZ) locked. handle(0x%p)
| 볼륨 베타적 lock 획득을 실행 했습니다. | 로그는 베타적 lock 획득이 실패해도 출력됩니다. | bsr-platform/windows/bsrvflt/util.c:270
|
24 | info | volume(%ws) not locked
| 볼륨 베타적 lock 획득을 하지 않았습니다. | | bsr-platform/windows/bsrvflt/util.c:296
|
25 | info | volume unlock failed, but this does not affect behavior. status(0x%x)
| 볼륨 베타적 lock 반환 명령을 실패했습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:308
|
26 | info | volume(%ws) unlocked
| 볼륨 베타적 lock 반환을 실행했습니다. | 로그는 베타적 lock 반환이 실패해도 출력됩니다. | bsr-platform/windows/bsrvflt/util.c:312
|
27 | info | volume cannot be flush because the volume handle is not obtained. status(0x%x)
| 볼륨 열기 실패로 볼륨 flush를 실패합니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:363
|
28 | err | Failed to create volume due to create file for %wZ. status(0x%x)
| | | bsr-platform/windows/bsrvflt/util.c:418
|
29 | err | Failed to get volume handle from device minor(%u) due to could not get volume extension
| minor의 볼륨 정보를 얻지 못해 볼륨 핸들을 얻는데 실패했습니다. fast sync 또는 fast ov 설정을 실패합니다. | | bsr-platform/windows/bsrvflt/util.c:435
|
30 | err | Failed to get volume handle from device minor(%u) due to failue to create file for %wZ. status(0x%x)
| 볼륨 핸들을 여는데 실패해서 볼륨 핸들을 얻는데 실패했습니다. fast sync 또는 fast ov 설정을 실패합니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/util.c:467
|
31 | info | Volume:%p (%ws) was removed
| 시스템의 remove device 명령 수신으로 볼륨을 제거 합니다. | | bsr-platform/windows/bsrvflt/sub.c:181
|
32 | info | ----------QueryMountPoint--------------------pvext:%p
| | | bsr-platform/windows/bsrvflt/sub.c:489
|
33 | info | SymbolicLink num:%lu %wZ
| | | bsr-platform/windows/bsrvflt/sub.c:499
|
34 | info | ----------QueryMountPoint--------------------pvext:%p end..............
| | | bsr-platform/windows/bsrvflt/sub.c:524
|
38 | err | Failed to read or write device. status(0x%x)
| 로컬 읽기 또는 쓰기가 실패했습니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/sub.c:403
|
39 | err | Failed to get volume size due to cannot run IoBuildDeviceIoControlRequest because of IRQL(%d)
| IRQL이 맞지 않아 볼륨 크기를 얻는데 실패 했습니다. bsrcon /get_volume_size 명령을 실패합니다. | 로그에 출력 된 IRQL 확인이 필요합니다. | bsr-platform/windows/bsrvflt/sub.c:421
|
40 | err | Failed to get volume size due to failure to allocate IRP. status(%x)
| 볼륨 크기를 얻는 IRP 할당 실패로 볼륨 크기를 얻는데 실패 했습니다. bsrcon /get_volume_size 명령을 실패합니다. | 로그에 출력 된 status 확인이 필요합니다. | bsr-platform/windows/bsrvflt/sub.c:429
|
41 | info | VolumeExt(0x%p) Device(%ws) minor(%d) Active(%d) MountPoint(%ws) VolumeGUID(%ws)
| 시스템의 add device 명령 수신으로 추가 된 볼륨의 정보 입니다. | | bsr-platform/windows/bsrvflt/disp.c:397
|
42 | warn | Failed to get volume size (error = 0x%x)
| 볼륨 크기를 얻는데 실패했습니다. 볼륨 크기는 0으로 전달합니다. | 로그에 출력 된 error 확인이 필요합니다. | bsr/bsr-kernel-compat/windows/bsr_windows.c:2475
|
43 | warn | Failed to change path Unicode (%s)
| backing device를 열기위해 해당 경로를 UNICODE로 변환하는데 실패했습니다. backing device 열기를 실패합니다. | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2833
|
44 | warn | Failed to get capacity beacuse block device is not assigned.
| block device가 할당되지 않아 block device의 크기를 얻는데 실패했습니다. 크기는 0으로 전달합니다. | | bsr/bsr_int.h:3382
|
45 | warn | Volume GUID: NULL
| | | bsr-platform/windows/bsrvflt/util.c:1159
|
47 | warn | Considerable difference in %s: %llu bytes vs. %llu bytes
| 새로운 디스크 사이즈는 로컬 사이즈와 12.5% 이상 차이가 납니다. | | bsr/bsr_receiver.c:6180
|
48 | warn | Peer sent bogus sizes, disconnecting
| 수신한 피어의 디스크 사이즈가 잘못되었습니다. 피어 노드와 연결을 종료합니다. | | bsr/bsr_receiver.c:6304
|
49 | debug | old_mount_point:%wZ
| | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2266
|
50 | debug | new mount point:%wZ
| | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2273
|
51 | debug | d_size: %lld bytes bd_contains->d_size: %lld bytes max_hw_sectors: %lld sectors
| | | bsr/bsr-kernel-compat/windows/bsr_windows.c:2308
|
52 | debug | Free letter link
| | | bsr-platform/windows/bsrvflt/sub.c:509
|
53 | debug | Free volume guid link
| | | bsr-platform/windows/bsrvflt/sub.c:515
|
54 | debug | link alloc
| | | bsr-platform/windows/bsrvflt/sub.c:520
|
55 | debug | Out of memory.
| | | |