I am going to change it to XFS. How can I change the following HCl

This is the file I am creating RBD now. I find it a little slow to format with ext4 (10t). I am going to change it to XFS. How can I change the following HCl

type = "csi"
id   = "ic-node-3"
name = "ic-node-3"
capacity_min = "30GB"
capacity_max = "30GB"

capability {
  access_mode     = "single-node-writer"
  attachment_mode = "file-system"
}
capability {
  access_mode     = "single-node-writer"
  attachment_mode = "block-device"
}
plugin_id       = "cephrbd"  
secrets {
  userID  = "nomadAdmin"
  userKey = "xxxxxx/0QBOA=="
}
parameters {
  clusterID = "3dae7d80-fffd-45a3-85d4-xxxxx"
  pool      = "nomad"
  imageFeatures = "layering"
}

How to create XFS type disks through CEPH CSI

Seeing this, my problem has been solved