Linux 磁盘扩容(LVM/非LVM)
  

guhui 123

{{ttag.title}}
本帖最后由 guhui 于 2024-5-6 09:03 编辑

常用的LVM部署命令
[td]
功能/命令
物理卷管理
卷组管理
逻辑卷管理
扫描pvscanvgscanlvscan
建立pvcreatevgcreatelvcreate
显示pvdisplayvgdisplaylvdisplay
删除pvremovevgremovelvremove
扩展vgextendlvextend
缩小vgreducelvreduce

LVM扩容以及缩小
  1. [root@localhost ~]# lsblk
  2. NAME            MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  3. sda               8:0    0   60G  0 disk
  4. ├─sda1            8:1    0    1G  0 part /boot
  5. └─sda2            8:2    0   59G  0 part
  6.   ├─centos-root 253:0    0   37G  0 lvm  /
  7.   ├─centos-swap 253:1    0  3.9G  0 lvm  [SWAP]
  8.   └─centos-home 253:2    0 18.1G  0 lvm  /home
  9. sr0              11:0    1  9.5G  0 rom  /run/media/gh/CentOS 7 x86_64
  10. [root@localhost ~]# pvs  #查看
  11.   PV         VG     Fmt  Attr PSize   PFree
  12.   /dev/sda2  centos lvm2 a--  <59.00g 4.00m
  13. [root@localhost ~]# vgs
  14.   VG     #PV #LV #SN Attr   VSize   VFree
  15.   centos   1   3   0 wz--n- <59.00g 4.00m
  16. [root@localhost ~]# lvs
  17.   LV   VG     Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  18.   home centos -wi-ao----  18.08g
  19.   root centos -wi-ao---- <37.04g
  20.   swap centos -wi-ao----  <3.88g
  21. [root@localhost ~]#


  22. xfs不支持缩减
  23. [root@server1 ~]# lvextend -L +300M /dev/test1/lv
  24.   Size of logical volume test1/lv changed from 120.00 MiB (30 extents) to 420.00 MiB (105 extents).
  25.   Logical volume test1/lv successfully resized.
  26. [root@server1 ~]# lvs
  27.   LV   VG    Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  28.   root rhel  -wi-ao---- <17.00g                                                   
  29.   swap rhel  -wi-ao----   2.00g                                                   
  30.   lv   test1 -wi-a----- 420.00m                                                   
  31. [root@server1 ~]# lsblk
  32. NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  33. sda             8:0    0   20G  0 disk
  34. └─test1-lv    253:2    0  420M  0 lvm    #扩大
  35. sdb             8:16   0   20G  0 disk
  36. sdc             8:32   0   20G  0 disk
  37. sr0            11:0    1  7.9G  0 rom  /root/sr0
  38. nvme0n1       259:0    0   20G  0 disk
  39. ├─nvme0n1p1   259:1    0    1G  0 part /boot
  40. └─nvme0n1p2   259:2    0   19G  0 part
  41.   ├─rhel-root 253:0    0   17G  0 lvm  /
  42.   └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]

  43. [root@server1 ~]# mount /dev/test1/lv /root/lvv/   挂载之后刷新
  44. [root@server1 ~]# xfs_growfs /dev/test1/lv   刷新
  45. meta-data=/dev/mapper/test1-lv   isize=512    agcount=4, agsize=7680 blks
  46.          =                       sectsz=512   attr=2, projid32bit=1
  47.          =                       crc=1        finobt=1, sparse=1, rmapbt=0
  48.          =                       reflink=1
  49. data     =                       bsize=4096   blocks=30720, imaxpct=25
  50.          =                       sunit=0      swidth=0 blks
  51. naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
  52. log      =internal log           bsize=4096   blocks=1368, version=2
  53.          =                       sectsz=512   sunit=0 blks, lazy-count=1
  54. realtime =none                   extsz=4096   blocks=0, rtextents=0
  55. data blocks changed from 30720 to 107520
  56. [root@server1 ~]# df -Th
  57. Filesystem            Type      Size  Used Avail Use% Mounted on
  58. devtmpfs              devtmpfs  1.9G     0  1.9G   0% /dev
  59. tmpfs                 tmpfs     1.9G     0  1.9G   0% /dev/shm
  60. tmpfs                 tmpfs     1.9G  9.6M  1.9G   1% /run
  61. tmpfs                 tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
  62. /dev/mapper/rhel-root xfs        17G  4.9G   13G  29% /
  63. /dev/nvme0n1p1        xfs      1014M  230M  785M  23% /boot
  64. tmpfs                 tmpfs     376M  1.2M  375M   1% /run/user/42
  65. tmpfs                 tmpfs     376M  4.0K  376M   1% /run/user/1000
  66. /dev/sr0              iso9660   7.9G  7.9G     0 100% /root/sr0
  67. /dev/mapper/test1-lv  xfs       415M  9.8M  405M   3% /root/lvv   #设备

  68. #ext格式
  69. [root@server1 ~]# lvcreate -n ext -L 300M test1
  70.   Logical volume "ext" created.
  71. [root@server1 ~]# mkfs.ext4 /dev/test1/ext
  72. mke2fs 1.45.4 (23-Sep-2019)
  73. Creating filesystem with 307200 1k blocks and 76912 inodes
  74. Filesystem UUID: 822265e6-d394-4741-8a7e-f8553e61529c
  75. Superblock backups stored on blocks:
  76.         8193, 24577, 40961, 57345, 73729, 204801, 221185

  77. Allocating group tables: done                           
  78. Writing inode tables: done                           
  79. Creating journal (8192 blocks): done
  80. Writing superblocks and filesystem accounting information: done
  81. [root@server1 ~]# lvs
  82.   LV   VG    Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  83.   root rhel  -wi-ao---- <17.00g                                                   
  84.   swap rhel  -wi-ao----   2.00g                                                   
  85.   ext  test1 -wi-a----- 300.00m                                                   
  86.   lv   test1 -wi-ao---- 420.00m   

  87. #增加或是删减时,设备必须是在未挂载情况下进行
  88. 增加
  89. 1.磁盘检查
  90. [root@server1 ~]# e2fsck -f /dev/test1/ext
  91. e2fsck 1.45.4 (23-Sep-2019)
  92. Pass 1: Checking inodes, blocks, and sizes
  93. Pass 2: Checking directory structure
  94. Pass 3: Checking directory connectivity
  95. Pass 4: Checking reference counts
  96. Pass 5: Checking group summary information
  97. /dev/test1/ext: 11/76912 files (0.0% non-contiguous), 19977/307200 blocks

  98. 2.调整大小
  99. [root@server1 ~]# lvextend -L 500M /dev/test1/ext
  100.   Size of logical volume test1/ext changed from 300.00 MiB (75 extents) to 500.00 MiB (125 extents).
  101.   Logical volume test1/ext successfully resized.
  102. [root@server1 ~]# lvs
  103.   LV   VG    Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  104.   root rhel  -wi-ao---- <17.00g                                                   
  105.   swap rhel  -wi-ao----   2.00g                                                   
  106.   ext  test1 -wi-a----- 500.00m                                                   
  107.   lv   test1 -wi-ao---- 420.00m   
  108. 3.检查磁盘
  109. [root@server1 ~]# e2fsck -f /dev/test1/ext
  110. e2fsck 1.45.4 (23-Sep-2019)
  111. Pass 1: Checking inodes, blocks, and sizes
  112. Pass 2: Checking directory structure
  113. Pass 3: Checking directory connectivity
  114. Pass 4: Checking reference counts
  115. Pass 5: Checking group summary information
  116. /dev/test1/ext: 11/76912 files (0.0% non-contiguous), 19977/307200 blocks
  117. [root@server1 ~]# resize2fs /dev/test1/ext   重置磁盘
  118. resize2fs 1.45.4 (23-Sep-2019)
  119. Resizing the filesystem on /dev/test1/ext to 512000 (1k) blocks.
  120. The filesystem on /dev/test1/ext is now 512000 (1k) blocks long.

  121. 4.挂载查看
  122. [root@server1 ~]# lsblk
  123. NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  124. sda             8:0    0   20G  0 disk
  125. ├─test1-lv    253:2    0  420M  0 lvm  /root/lvv
  126. └─test1-ext   253:3    0  500M  0 lvm  /root/ext   #容量更改
  127. sdb             8:16   0   20G  0 disk
  128. sdc             8:32   0   20G  0 disk
  129. sr0            11:0    1  7.9G  0 rom  /root/sr0
  130. nvme0n1       259:0    0   20G  0 disk
  131. ├─nvme0n1p1   259:1    0    1G  0 part /boot
  132. └─nvme0n1p2   259:2    0   19G  0 part
  133.   ├─rhel-root 253:0    0   17G  0 lvm  /
  134.   └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]
  135. [root@server1 ~]# df -Th
  136. Filesystem            Type      Size  Used Avail Use% Mounted on
  137. devtmpfs              devtmpfs  1.9G     0  1.9G   0% /dev
  138. tmpfs                 tmpfs     1.9G     0  1.9G   0% /dev/shm
  139. tmpfs                 tmpfs     1.9G  9.6M  1.9G   1% /run
  140. tmpfs                 tmpfs     1.9G     0  1.9G   0% /sys/fs/cgroup
  141. /dev/mapper/rhel-root xfs        17G  4.9G   13G  29% /
  142. /dev/nvme0n1p1        xfs      1014M  230M  785M  23% /boot
  143. tmpfs                 tmpfs     376M  1.2M  375M   1% /run/user/42
  144. tmpfs                 tmpfs     376M  4.0K  376M   1% /run/user/1000
  145. /dev/sr0              iso9660   7.9G  7.9G     0 100% /root/sr0
  146. /dev/mapper/test1-lv  xfs       415M  9.8M  405M   3% /root/lvv
  147. /dev/mapper/test1-ext ext4      477M  2.3M  446M   1% /root/ext   #容量更改

  148. 删减  
  149. 1.卸载磁盘并检查磁盘
  150. [root@server1 ~]# umount /dev/test/ext
  151. umount: /dev/test/ext: no mount point specified.
  152. [root@server1 ~]# umount /dev/test1/ext
  153. [root@server1 ~]# e2fsck -f /dev/test1/ext
  154. e2fsck 1.45.4 (23-Sep-2019)
  155. Pass 1: Checking inodes, blocks, and sizes
  156. Pass 2: Checking directory structure
  157. Pass 3: Checking directory connectivity
  158. Pass 4: Checking reference counts
  159. Pass 5: Checking group summary information
  160. /dev/test1/ext: 11/127512 files (0.0% non-contiguous), 26612/512000 blocks
  161. 3.删减容量
  162. [root@server1 ~]# resize2fs /dev/test1/ext 400M   重置磁盘容量
  163. resize2fs 1.45.4 (23-Sep-2019)
  164. Resizing the filesystem on /dev/test1/ext to 409600 (1k) blocks.
  165. The filesystem on /dev/test1/ext is now 409600 (1k) blocks long.

  166. [root@server1 ~]# lvreduce -L 400M /dev/test1/ext  逻辑卷删减
  167.   WARNING: Reducing active logical volume to 400.00 MiB.
  168.   THIS MAY DESTROY YOUR DATA (filesystem etc.)
  169. Do you really want to reduce test1/ext? [y/n]: y
  170.   Size of logical volume test1/ext changed from 500.00 MiB (125 extents) to 400.00 MiB (100 extents).
  171.   Logical volume test1/ext successfully resized.
  172. 4.检查磁盘
  173. [root@server1 ~]# lvreduce -L 400M /dev/test1/ext
  174.   WARNING: Reducing active logical volume to 400.00 MiB.
  175.   THIS MAY DESTROY YOUR DATA (filesystem etc.)
  176. Do you really want to reduce test1/ext? [y/n]: y
  177.   Size of logical volume test1/ext changed from 500.00 MiB (125 extents) to 400.00 MiB (100 extents).
  178.   Logical volume test1/ext successfully resized.
  179. [root@server1 ~]# e2fsck -f /dev/test1/ext
  180. e2fsck 1.45.4 (23-Sep-2019)
  181. Pass 1: Checking inodes, blocks, and sizes
  182. Pass 2: Checking directory structure
  183. Pass 3: Checking directory connectivity
  184. Pass 4: Checking reference counts
  185. Pass 5: Checking group summary information
  186. /dev/test1/ext: 11/101200 files (0.0% non-contiguous), 23297/409600 blocks
  187. 5.挂载查看
  188. [root@server1 ~]# lsblk
  189. NAME          MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  190. sda             8:0    0   20G  0 disk
  191. ├─test1-lv    253:2    0  420M  0 lvm  /root/lvv
  192. └─test1-ext   253:3    0  400M  0 lvm  
  193. sdb             8:16   0   20G  0 disk
  194. sdc             8:32   0   20G  0 disk
  195. sr0            11:0    1  7.9G  0 rom  /root/sr0
  196. nvme0n1       259:0    0   20G  0 disk
  197. ├─nvme0n1p1   259:1    0    1G  0 part /boot
  198. └─nvme0n1p2   259:2    0   19G  0 part
  199.   ├─rhel-root 253:0    0   17G  0 lvm  /
  200.   └─rhel-swap 253:1    0    2G  0 lvm  [SWAP]
  201. [root@server1 ~]# mount /dev/test1/ext /root/ext/
  202. [root@server1 ~]# df -TH
  203. Filesystem            Type      Size  Used Avail Use% Mounted on
  204. devtmpfs              devtmpfs  2.0G     0  2.0G   0% /dev
  205. tmpfs                 tmpfs     2.0G     0  2.0G   0% /dev/shm
  206. tmpfs                 tmpfs     2.0G   11M  2.0G   1% /run
  207. tmpfs                 tmpfs     2.0G     0  2.0G   0% /sys/fs/cgroup
  208. /dev/mapper/rhel-root xfs        19G  5.3G   13G  29% /
  209. /dev/nvme0n1p1        xfs       1.1G  241M  824M  23% /boot
  210. tmpfs                 tmpfs     394M  1.2M  393M   1% /run/user/42
  211. tmpfs                 tmpfs     394M  4.1k  394M   1% /run/user/1000
  212. /dev/sr0              iso9660   8.5G  8.5G     0 100% /root/sr0
  213. /dev/mapper/test1-lv  xfs       435M   11M  425M   3% /root/lvv
  214. /dev/mapper/test1-ext ext4      398M  2.4M  371M   1% /root/ext
复制代码

非LVM扩容
  1. [root@localhost ~]# lsblk
  2. NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  3. sda      8:0    0   20G  0 disk
  4. ├─sda1   8:1    0  300M  0 part /boot
  5. ├─sda2   8:2    0    2G  0 part [SWAP]
  6. └─sda3   8:3    0 17.7G  0 part /
  7. sr0     11:0    1 61.2M  0 rom
  8. sr1     11:1    1  9.5G  0 rom
复制代码
对设备原有磁盘大小进行扩容
  1. [gh@localhost ~]$ lsblk
  2. NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  3. sda      8:0    0   31G  0 disk
  4. ├─sda1   8:1    0  300M  0 part /boot
  5. ├─sda2   8:2    0    2G  0 part [SWAP]
  6. └─sda3   8:3    0 17.7G  0 part /
  7. sr0     11:0    1 1024M  0 rom

  8. [gh@localhost ~]$ df -TH
  9. Filesystem     Type      Size  Used Avail Use% Mounted on
  10. devtmpfs       devtmpfs  938M     0  938M   0% /dev
  11. tmpfs          tmpfs     954M     0  954M   0% /dev/shm
  12. tmpfs          tmpfs     954M   11M  944M   2% /run
  13. tmpfs          tmpfs     954M     0  954M   0% /sys/fs/cgroup
  14. /dev/sda3      xfs        20G  5.5G   14G  29% /
  15. /dev/sda1      xfs       312M  171M  141M  55% /boot
  16. tmpfs          tmpfs     191M   13k  191M   1% /run/user/42
  17. tmpfs          tmpfs     191M     0  191M   0% /run/user/1000
  18. [gh@localhost ~]$



  19. 通过fdisk做根目录扩容
  20. [root@localhost ~]# fdisk /dev/sda
  21. Welcome to fdisk (util-linux 2.23.2).

  22. Changes will remain in memory only, until you decide to write them.
  23. Be careful before using the write command.


  24. Command (m for help): m
  25. Command action
  26.    a   toggle a bootable flag   #切换可启动标志
  27.    b   edit bsd disklabel    #编辑BSD磁盘标签
  28.    c   toggle the dos compatibility flag   #切换DOS兼容性标志
  29.    d   delete a partition  #删除除一个分区
  30.    g   create a new empty GPT partition table   #创建一个新的空GPT分区表
  31.    G   create an IRIX (SGI) partition table   #创建一个IRIX(SGI)分区表
  32.    l   list known partition types   #列出已知的分区类型
  33.    m   print this menu   #打印此菜单
  34.    n   add a new partition    #添加一个新的分区
  35.    o   create a new empty DOS partition table   #创建一个新的空DOS分区表
  36.    p   print the partition table   #打印分区表
  37.    q   quit without saving changes   #不保存更改退出
  38.    s   create a new empty Sun disklabel   #创建一个新的空Sun磁盘标签
  39.    t   change a partition's system id    # 更改分区的系统ID
  40.    u   change display/entry units                #更改显示/条目单位
  41.    v   verify the partition table                  #验证分区表
  42.    w   write table to disk and exit                #将表写入磁盘并退出
  43.    x   extra functionality (experts only)        #额外功能(仅限专家)
  44.    
  45. Command (m for help):p

  46. Disk /dev/sda: 33.3 GB, 33285996544 bytes, 65011712 sectors
  47. Units = sectors of 1 * 512 = 512 bytes
  48. Sector size (logical/physical): 512 bytes / 512 bytes
  49. I/O size (minimum/optimal): 512 bytes / 512 bytes
  50. Disk label type: dos
  51. Disk identifier: 0x000ca3d7

  52.    Device Boot      Start         End      Blocks   Id  System
  53. /dev/sda1   *        2048      616447      307200   83  Linux
  54. /dev/sda2          616448     4810751     2097152   82  Linux swap / Solaris
  55. /dev/sda3         4810752    41943039    18566144   83  Linux   #根目录,指定开始节点4810752

  56. Command (m for help):d
  57. Partition number (1-3, default 3): 3
  58. Partition 3 is deleted

  59. Command (m for help): p

  60. Disk /dev/sda: 33.3 GB, 33285996544 bytes, 65011712 sectors
  61. Units = sectors of 1 * 512 = 512 bytes
  62. Sector size (logical/physical): 512 bytes / 512 bytes
  63. I/O size (minimum/optimal): 512 bytes / 512 bytes
  64. Disk label type: dos
  65. Disk identifier: 0x000ca3d7

  66.    Device Boot      Start         End      Blocks   Id  System
  67. /dev/sda1   *        2048      616447      307200   83  Linux
  68. /dev/sda2          616448     4810751     2097152   82  Linux swap / Solaris



  69. Command (m for help): n
  70. Partition type:
  71.    p   primary (2 primary, 0 extended, 2 free)
  72.    e   extended
  73. Select (default p): p
  74. Partition number (3,4, default 3): 3
  75. First sector (4810752-65011711, default 4810752): 4810752
  76. Last sector, +sectors or +size{K,M,G} (4810752-65011711, default 65011711): +20G
  77. Partition 3 of type Linux and of size 20 GiB is set

  78. Command (m for help): p

  79. Disk /dev/sda: 33.3 GB, 33285996544 bytes, 65011712 sectors
  80. Units = sectors of 1 * 512 = 512 bytes
  81. Sector size (logical/physical): 512 bytes / 512 bytes
  82. I/O size (minimum/optimal): 512 bytes / 512 bytes
  83. Disk label type: dos
  84. Disk identifier: 0x000ca3d7

  85.    Device Boot      Start         End      Blocks   Id  System
  86. /dev/sda1   *        2048      616447      307200   83  Linux
  87. /dev/sda2          616448     4810751     2097152   82  Linux swap / Solaris
  88. /dev/sda3         4810752    46753791    20971520   83  Linux #可以看到分区结束位置

  89. Command (m for help): w  #保存退出
  90. The partition table has been altered!

  91. Calling ioctl() to re-read partition table.

  92. WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
  93. The kernel still uses the old table. The new table will be used at
  94. the next reboot or after you run partprobe(8) or kpartx(8)
  95. Syncing disks.

  96. #此时还需要进行磁盘刷新
  97. [root@localhost ~]# lsblk
  98. NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  99. sda      8:0    0   31G  0 disk
  100. ├─sda1   8:1    0  300M  0 part /boot
  101. ├─sda2   8:2    0    2G  0 part [SWAP]
  102. └─sda3   8:3    0 17.7G  0 part /
  103. sr0     11:0    1 1024M  0 rom
  104. [root@localhost ~]# df -TH
  105. Filesystem     Type      Size  Used Avail Use% Mounted on
  106. devtmpfs       devtmpfs  938M     0  938M   0% /dev
  107. tmpfs          tmpfs     954M     0  954M   0% /dev/shm
  108. tmpfs          tmpfs     954M   11M  944M   2% /run
  109. tmpfs          tmpfs     954M     0  954M   0% /sys/fs/cgroup
  110. /dev/sda3      xfs        20G  5.5G   14G  29% /
  111. /dev/sda1      xfs       312M  171M  141M  55% /boot
  112. tmpfs          tmpfs     191M   13k  191M   1% /run/user/42
  113. tmpfs          tmpfs     191M     0  191M   0% /run/user/1000


  114. [root@localhost ~]# partprobe /dev/sda
  115. [root@localhost ~]# lsblk
  116. NAME   MAJ:MIN RM  SIZE RO TYPE MOUNTPOINT
  117. sda      8:0    0   31G  0 disk
  118. ├─sda1   8:1    0  300M  0 part /boot
  119. ├─sda2   8:2    0    2G  0 part [SWAP]
  120. └─sda3   8:3    0   20G  0 part /
  121. sr0     11:0    1 1024M  0 rom
  122. [root@localhost ~]# df -TH
  123. Filesystem     Type      Size  Used Avail Use% Mounted on
  124. devtmpfs       devtmpfs  938M     0  938M   0% /dev
  125. tmpfs          tmpfs     954M     0  954M   0% /dev/shm
  126. tmpfs          tmpfs     954M   11M  944M   2% /run
  127. tmpfs          tmpfs     954M     0  954M   0% /sys/fs/cgroup
  128. /dev/sda3      xfs        20G  5.5G   14G  29% /
  129. /dev/sda1      xfs       312M  171M  141M  55% /boot
  130. tmpfs          tmpfs     191M   13k  191M   1% /run/user/42
  131. tmpfs          tmpfs     191M     0  191M   0% /run/user/1000
复制代码

打赏鼓励作者,期待更多好文!

打赏
暂无人打赏

发表新帖
热门标签
全部标签>
每日一问
2024年技术争霸赛
安装部署配置
技术笔记
产品连连看
每周精选
2023技术争霸赛专题
技术盲盒
干货满满
信服课堂视频
技术咨询
功能体验
自助服务平台操作指引
秒懂零信任
运维工具
文档捉虫活动
功能咨询
通用技术
GIF动图学习
新版本体验
问题分析处理
SDP百科
标准化排查
纪元平台
排障笔记本
畅聊IT
答题自测
专家问答
技术圆桌
测试报告
每日一记
用户认证
解决方案
VPN 对接
项目案例
地址转换
存储
技术争霸赛
卧龙计划
在线直播
MVP
网络基础知识
升级
安全攻防
上网策略
日志审计
流量管理
云计算知识
原创分享
sangfor周刊
SANGFOR资讯
专家分享
技术顾问
信服故事
终端接入
授权
设备维护
资源访问
虚拟机
迁移
加速技术
产品预警公告
玩转零信任
信服圈儿
S豆商城资讯
「智能机器人」
追光者计划
深信服技术支持平台
社区帮助指南
答题榜单公布
华北区拉练
天逸直播
以战代练
技术晨报
山东区技术晨报
齐鲁TV
华北区交付直播
北京区每日一练

本版版主

12
185
6

发帖

粉丝

关注

本版达人

LoveTec...

本周分享达人

新手24116...

本周提问达人