Announcement of the Commercial Charges of Tencent Cloud CBS Snapshot
Announcement of the Commercial Charges of Tencent Cloud CBS Snapshot Cross-Region Replication
Creation mode | Cloud disk capacity | Subsequent operations |
Manually created | Cloud disk capacity < 2 TB | |
| Cloud disk capacity ≥ 2 TB | |
Created from a snapshot | Cloud disk capacity = Snapshot capacity | Attach to Windows CVMs Log in to the instance, and go to Server ManagerStorageDisk Management to make the disk online. Attach to Linux CVMs: Log in to the instance, and run he command mount such as mount /dev/vdb /mnt, to make the disk usable. |
| Snapshot capacity < Cloud disk capacity ≤ 2 TB or 2 TB < Snapshot capacity < Cloud disk capacity | Attach to Windows CVMs: Extending Partitions and File Systems (Windows) Attach to Linux CVMs: Extending Partitions and File Systems (Linux) |
| Snapshot capacity ≤ 2 TB < Cloud disk capacity | If the snapshot uses a MBR partition, see Initializing cloud disks (≥2 TB) to repartition the disk with GPT. Note that this operation will delete the existing data. If the snapshot uses a GPT partition, Attach to Windows CVMs: [Extending Partitions and File Systems (Windows)] Attach to Linux CVMs: [Extending Partitions and File Systems (Linux)] |
umount command in Linux CVM or perform offline operations in Windows CVM. Otherwise, the reattached elastic cloud disk may not be recognized.Operating system | Version |
CentOS | 5.11 64-bit |
| 5.11 32-bit |
| 5.8 64-bit |
| 5.8 32-bit |
Debian | 6.0.3 32-bit |
Ubuntu | 10.04 64-bit |
| 10.04 32-bit |
openSUSE | 12.3 64-bit |
| 12.3 32-bit |
modprobe acpiphp
acpiphp module after shutting down or re-starting the CVM, we recommend you run Step 3 to set the acpiphp module to autoload.acpiphp module automatically after shutting down or re-starting the CVM, run the following command according to the operating system.acpiphp.modules file.vi /etc/sysconfig/modules/acpiphp.modules
#!/bin/bashmodprobe acpiphp >& /dev/null
chmod a+x /etc/sysconfig/modules/acpiphp.modules
vi /etc/modules
acpiphp
vi /etc/sysconfig/kernel
MODULES_LOADED_ON_BOOT="acpiphp"
ntfs or fat32 before you create a snapshot.onlineAll.diskpart
san

/etc/rc.local file to configure the mount point of the data disk before creating a system disk on the system disk.mkdir -p <mount-point>mount <device-id> <mount-point>
<mount-point> with the mount point of the file system, such as /mydata.<device-id> with the partition path of the file system. For example, enter /dev/vdb if the file system has no partition, and /dev/vdb1 if the file system has partitions.Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback