Commit Graph

2187 Commits

Author SHA1 Message Date
tschettervictor
de7fd2c928 Merge pull request #946 from BastilleBSD/tschettervictor-patch-1
list: Properly list jail ip on stopped thin jail
2025-04-14 20:34:30 -06:00
tschettervictor
12f7cf2027 list: Properly list jail ip on stopped thin jail 2025-04-14 20:34:17 -06:00
tschettervictor
8e5ac040c7 Merge pull request #945 from BastilleBSD/tschettervictor-patch-1
list: Fix listing jail IP with / subnet
2025-04-14 20:27:51 -06:00
tschettervictor
0235148989 list: Fix listing jail IP with / subnet 2025-04-14 20:27:36 -06:00
tschettervictor
c2a49ea645 Merge pull request #944 from BastilleBSD/tschettervictor-patch-1
create: Bugfix for attempling to create a -B with non-bridge interface
2025-04-14 15:39:11 -06:00
tschettervictor
bc5160b418 create: Bugfix for attempling to create a -B with non-bridge interface 2025-04-14 15:38:06 -06:00
tschettervictor
4107764d01 Merge pull request #943 from BastilleBSD/tschettervictor-patch-1
docs: Targeting subheadings
2025-04-14 15:30:21 -06:00
tschettervictor
159273e8ec docs: Targeting subheadings 2025-04-14 15:30:12 -06:00
tschettervictor
41756445be Merge pull request #941 from BastilleBSD/tschettervictor-patch-1
htop: Bugfix for binary location
2025-04-13 20:22:23 -06:00
tschettervictor
4d02ce7e37 htop: Bugfix for binary location 2025-04-13 20:22:10 -06:00
tschettervictor
38e5298009 Merge pull request #938 from BastilleBSD/tschettervictor-patch-3
docs: Be more clear on priority value
2025-04-11 17:32:35 -06:00
tschettervictor
cf55e96025 docs: Be more clear on priority value 2025-04-11 17:32:22 -06:00
tschettervictor
ecfa61845e Update config.rst 2025-04-11 17:27:17 -06:00
tschettervictor
219673d911 Update config.sh 2025-04-11 17:26:53 -06:00
tschettervictor
418ee3f3a5 docs: Update config for remove action 2025-04-11 17:26:27 -06:00
tschettervictor
d07d34b4cc config: Allow removing config values from jail.conf 2025-04-11 17:22:24 -06:00
tschettervictor
ccc126d89d Merge pull request #936 from BastilleBSD/tschettervictor-patch-3
docs: Fix code block
2025-04-11 17:04:19 -06:00
tschettervictor
59d06b36cc docs: Fix code block 2025-04-11 16:43:40 -06:00
tschettervictor
8d985f39a3 Merge pull request #935 from BastilleBSD/tschettervictor-patch-1
docs: Fix mount shell block
2025-04-11 16:37:01 -06:00
tschettervictor
cbaf042e5d docs: Fix mount shell block 2025-04-11 16:36:39 -06:00
Barry McCormick
07f532dec6 Merge pull request #930 from JRGTH/destroy_cmd_bugfix
Don't delete jail content on error, cleanup
2025-04-11 08:17:49 -07:00
tschettervictor
c57613f9ea list: Retain support if someone specifies -a or all to list all 2025-04-10 16:33:21 -06:00
tschettervictor
01ce1b5e78 list: List all without having to specify -a or all 2025-04-10 16:30:57 -06:00
tschettervictor
dfa8f1105b Merge pull request #934 from BastilleBSD/tschettervictor-patch-1
docs: Upgrading thick jails doesn’t need bootstrapped release
2025-04-10 14:16:40 -06:00
tschettervictor
e3dfa3f535 docs: Upgrading thick jails doesn’t need bootstrapped release 2025-04-10 14:16:02 -06:00
tschettervictor
c242dcf7c4 Merge pull request #933 from tschettervictor/more-doc-fixes
docs: clearer boot and priority
2025-04-10 13:36:16 -06:00
tschettervictor
2c7d0cb3d4 docs: clearer boot and priority 2025-04-10 13:35:54 -06:00
tschettervictor
a6aa1686f1 Merge pull request #932 from BastilleBSD/tschettervictor-patch-1
docs: Add note that boot and prio will show on list command
2025-04-10 06:56:55 -06:00
tschettervictor
79f11dd61a docs: Add note that boot and prio will show on list command 2025-04-10 06:56:44 -06:00
tschettervictor
e775c93541 Merge pull request #931 from tschettervictor/doc-fixes
docs: Once over error correction
2025-04-10 06:54:16 -06:00
tschettervictor
37be5e52c8 docs: Once over error correction 2025-04-10 06:53:03 -06:00
Barry McCormick
fa920de72e Merge pull request #929 from tschettervictor/doc-fixes
docs: Fix typos and errors + clarify some things
2025-04-09 21:57:26 -07:00
JRGTH
a71d55b15e Don't delete jail content on error, cleanup
Don't delete jail content on busy datasets by default, cleanup.
2025-04-09 19:51:54 -04:00
tschettervictor
fbb1c5367f Update installation.rst 2025-04-09 17:36:16 -06:00
tschettervictor
c57bd98bc1 make shellcheck happy 2025-04-09 09:40:58 -06:00
tschettervictor
6276f56ce1 convert: Allow converting jail to release
#574
2025-04-09 09:35:16 -06:00
tschettervictor
811661dac3 bastille: Allow cp parallel mode 2025-04-06 17:01:32 -06:00
tschettervictor
78e7d881cf bastille: Some commands should not support parallel mode 2025-04-06 16:57:20 -06:00
tschettervictor
c0574c28d0 Implement parallel mode
This PR allows to run commands on multiple jails in parallel. Simply use '-p 3' to set a process limit.

'bastille -p 3 start all' will start all jails but run 3 processes at a time.

This is a very rough implementation, and could be more streamlined, but here it is to test.
2025-04-06 15:52:14 -06:00
Barry McCormick
904f8557c2 Merge pull request #921 from BastilleBSD/console-multiple-targets
console: Allow multiple targets
2025-04-05 20:37:36 -07:00
tschettervictor
4b2eeed5a3 Merge pull request #923 from BastilleBSD/tschettervictor-patch-1
upgrade: Check release before jail
2025-04-04 17:37:26 -06:00
tschettervictor
752d521c25 upgrade: Check release before jail 2025-04-04 17:37:15 -06:00
tschettervictor
34fa107fcf template: Fix lininfile hook 2025-04-04 16:55:33 -06:00
tschettervictor
a3525aedfa Merge pull request #922 from BastilleBSD/tschettervictor-patch-1
upgrade: Fix bug when upgrading thin jails
2025-04-04 16:16:02 -06:00
tschettervictor
323f2fa590 upgrade: Fix bug when upgrading thin jails 2025-04-04 16:15:05 -06:00
tschettervictor
d211c67c0a console: Continue on jail not running 2025-04-04 15:58:46 -06:00
tschettervictor
babdfd7f5b fix shellcheck 2025-04-04 15:57:32 -06:00
tschettervictor
a38a76843a console: Allow multiple targets 2025-04-04 15:55:48 -06:00
tschettervictor
d625486847 list: Fix JSON listing 2025-04-03 16:27:18 -06:00
tschettervictor
8ec3003fe2 list: Do not list Path and Hostname + list Name
#914 

This will now list Name after JID, and will not list Path or Hostname.

I've left the relevant code included in case we want to list it in the future.
2025-04-03 16:23:09 -06:00