From 7a90bcaba2ff887b7b91abeac66627acb1a95c5a Mon Sep 17 00:00:00 2001 From: wesley1975 <1248756778@qq.com> Date: Tue, 20 Jun 2017 20:01:44 +0800 Subject: [PATCH] update configuration --- blobfs.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/blobfs.conf b/blobfs.conf index 65f76c6..e63881f 100644 --- a/blobfs.conf +++ b/blobfs.conf @@ -2,14 +2,14 @@ # ++++++++++++++++++ blobfs configurations +++++++++++++++++++++++++++++++++++++++ # ================================================================================ # Azure storage account connection string -Storage_Connection_String = DefaultEndpointsProtocol=http;AccountName=wesleyrgdiag479;AccountKey=djTg8nJpyjPtoiQxHqHQmclLStnqgpSxZ5Hj3cohci5fP0YHK8cEL0C0kt6yc68we63g1Z66kEIgOouOOeF3hQ==;EndpointSuffix=core.windows.net +Storage_Connection_String = your-storage-account-connection-string # Charset charset = UTF-8 # the prefix of the blobs that will be used as the mounted blobfs root, # e.g., /container1/blob1/; defaults to / -blob_prefix = /priv2017/ +blob_prefix = / # Desired local mount point for BlobFs mount_point = /mnt/blobfs @@ -34,15 +34,15 @@ log_environment = production cluster_enabled = true # This is olny needed for cluster mode, Azure service bus connection string -service_bus_connection_string = Endpoint=sb://blobfs.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=CM8Rg99NlM5haeV26vCVhH87srETo3DcsdINXosnGLQ= +service_bus_connection_string = your-service-bus-connection-string # This is olny needed for cluster mode, Azure service bus topic, # will use this topic to synchronize the distributed cache across multiple hosts -service_bus_topic = filechangealer +service_bus_topic = your-topic # This is olny needed for cluster mode, Azure service bus subscription of the topic, # each host should has the dedicated subscription -service_bus_subscription = client01 +service_bus_subscription = your-subscription # change the block blob to append blob automatically, # this will be triggered when you open a read only file with the append mode.