ClickHouse/src/Disks
Azat Khuzhin c393af2812 Fix is_read_only property of local disks
But it wasn't a problem before, since before it was not possible to have
readonly==true.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-11-20 16:35:41 +01:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
IO Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ObjectStorages Fix deadlock in DiskRestartProxy on disk restart 2022-11-20 16:28:35 +01:00
tests Remove cruft 2022-09-17 22:16:31 +02:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
createVolume.cpp Remove unimplemented RAID1 support 2022-05-02 13:59:13 +03:00
createVolume.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
DirectoryIterator.h Trying to create metadata layer 2022-06-02 18:09:40 +02:00
DiskDecorator.cpp Implement access (read/read-by-offset/write/delete) check for all disks 2022-11-20 16:28:35 +01:00
DiskDecorator.h Implement access (read/read-by-offset/write/delete) check for all disks 2022-11-20 16:28:35 +01:00
DiskEncrypted.cpp Make disks checks only for clickhouse-server 2022-11-20 16:28:35 +01:00
DiskEncrypted.h Implement access (read/read-by-offset/write/delete) check for all disks 2022-11-20 16:28:35 +01:00
DiskFactory.cpp Merge branch 'master' into alexelex-encryption-1 2021-06-18 11:28:08 +06:00
DiskFactory.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DiskLocal.cpp Check if local disk is readonly before access checks 2022-11-20 16:35:32 +01:00
DiskLocal.h Fix is_read_only property of local disks 2022-11-20 16:35:41 +01:00
DiskLocalCheckThread.cpp Revert "Fix errors of CheckTriviallyCopyableMove type" 2022-06-07 13:53:10 +02:00
DiskLocalCheckThread.h DiskLocal checker 2022-02-01 05:55:27 +08:00
DiskMemory.cpp Change the name pattern for memory disks 2022-11-20 16:28:35 +01:00
DiskMemory.h Implement access (read/read-by-offset/write/delete) check for all disks 2022-11-20 16:28:35 +01:00
DiskRestartProxy.cpp Fix deadlock in DiskRestartProxy on disk restart 2022-11-20 16:28:35 +01:00
DiskRestartProxy.h Fix deadlock in DiskRestartProxy on disk restart 2022-11-20 16:28:35 +01:00
DiskSelector.cpp Merge master 2022-05-13 18:51:07 +02:00
DiskSelector.h Composable cache 2022-04-12 14:33:13 +02:00
DiskType.cpp Better defaults 2022-08-24 17:51:26 +02:00
DiskType.h changed type name for S3_Plain storage 2022-11-04 17:35:51 +01:00
Executor.h Don't allocate Executor instance on each disk->getExecutor() call. 2020-08-11 22:08:32 +03:00
FakeDiskTransaction.h add chmod and stat to IDisk 2022-08-03 19:47:36 +02:00
IDisk.cpp Create disk directory before access check for local disk 2022-11-20 16:28:35 +01:00
IDisk.h Create disk directory before access check for local disk 2022-11-20 16:28:35 +01:00
IDiskTransaction.h add chmod and stat to IDisk 2022-08-03 19:47:36 +02:00
IStoragePolicy.cpp better interface 2022-10-25 22:14:06 +00:00
IStoragePolicy.h better interface 2022-10-25 22:14:06 +00:00
IVolume.cpp Implement lead_used load balancing algorithm for disks inside volume 2022-05-19 14:10:11 +03:00
IVolume.h Remove confusing warning when inserting with perform_ttl_move_on_insert=false. 2022-09-30 20:51:48 +02:00
LocalDirectorySyncGuard.cpp Add profile events for fsync 2022-07-31 23:19:30 +03:00
LocalDirectorySyncGuard.h Fix clang-tidy warnings in Disks, Formats, Functions folders 2022-03-14 18:17:35 +00:00
registerDisks.cpp Make disks checks only for clickhouse-server 2022-11-20 16:28:35 +01:00
registerDisks.h Make disks checks only for clickhouse-server 2022-11-20 16:28:35 +01:00
SingleDiskVolume.h Added disable_merges option for volumes in multi-disk configuration (#13956) 2020-10-20 18:10:24 +03:00
StoragePolicy.cpp fix style check 2022-10-25 23:03:37 +00:00
StoragePolicy.h better interface 2022-10-25 22:14:06 +00:00
TemporaryFileOnDisk.cpp Followup for TemporaryDataOnDisk 2022-10-12 15:25:23 +02:00
TemporaryFileOnDisk.h Followup for TemporaryDataOnDisk 2022-10-12 15:25:23 +02:00
VolumeJBOD.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
VolumeJBOD.h Fix nullptr deref 2022-09-19 14:07:31 +08:00
WriteMode.h Follow HDFS 2022-05-16 21:31:40 +02:00